ArkoudaIOCompat

Usage

use ArkoudaIOCompat;

or

import ArkoudaIOCompat;
proc formatString(input) throws
proc formatJson(input): string throws
proc formatJson(input: string, vals ...?): string throws
proc string.doFormat(vals ...?): string throws
proc jsonToTupleCompat(json: string, type t) throws
proc jsonToPdArrayCompat(json: string, size: int) throws
proc writefCompat(fmt: ?t, const args ...?k)  where isStringType(t) || isBytesType(t)
proc readfCompat(f: file, str: string, ref obj) throws
proc getByteOrderCompat() throws
proc fileIOReaderCompat(infile) throws
proc binaryCheckCompat(reader) throws
proc writeUsedModulesJson(ref mods: set(string))