Variable
Static Public Summary | ||
public |
Shared object used as end of file. |
|
public |
Converts an array to a tape. |
|
public |
fromString(string: string): Tape: * Converts a string to a tape. |
Static Public
public eof: object source
import eof from '@async-abstraction/tape/src/eof.js'
Shared object used as end of file.
public fromArray(array: Array): Tape: * source
import fromArray from '@async-abstraction/tape/src/fromArray.js'
Converts an array to a tape.
public fromString(string: string): Tape: * source
import fromString from '@async-abstraction/tape/src/fromString.js'
Converts a string to a tape.
Example:
fromString( '1,3,2' ) ;