push static method

void push(
  1. SwiftState mark
)

Implementation

static void push(SwiftState mark) => _stack.add(mark);