hara.model.spec-xtalk.fn-lua
lua-tf-x-apply
(lua-tf-x-apply [_ f args])
lua-tf-x-arr-clone
(lua-tf-x-arr-clone [_ arr])
lua-tf-x-arr-insert
(lua-tf-x-arr-insert [_ arr idx item])
lua-tf-x-arr-pop-first
(lua-tf-x-arr-pop-first [_ arr])
lua-tf-x-arr-push-first
(lua-tf-x-arr-push-first [_ arr item])
lua-tf-x-arr-remove
(lua-tf-x-arr-remove [_ arr i])
lua-tf-x-arr-slice
(lua-tf-x-arr-slice [_ arr start end])
lua-tf-x-arr-sort
(lua-tf-x-arr-sort [_ arr key-fn comp-fn])
lua-tf-x-async-run
(lua-tf-x-async-run [_ thunk])
lua-tf-x-bit-and
added in 4.0
(lua-tf-x-bit-and [_ i1 i2])
lua-tf-x-bit-lshift
added in 4.0
(lua-tf-x-bit-lshift [_ x n])
lua-tf-x-bit-not
(lua-tf-x-bit-not [_ value])
lua-tf-x-bit-or
added in 4.0
(lua-tf-x-bit-or [_ i1 i2])
lua-tf-x-bit-rshift
added in 4.0
(lua-tf-x-bit-rshift [_ x n])
lua-tf-x-bit-xor
added in 4.0
(lua-tf-x-bit-xor [_ x n])
lua-tf-x-bytes-copy
(lua-tf-x-bytes-copy [_ value])
lua-tf-x-bytes-get
(lua-tf-x-bytes-get [_ value idx])
lua-tf-x-bytes-new
(lua-tf-x-bytes-new [_ values])
lua-tf-x-bytes-s8
(lua-tf-x-bytes-s8 [_ value])
lua-tf-x-bytes-set
(lua-tf-x-bytes-set [_ value idx byte])
lua-tf-x-bytes-slice
(lua-tf-x-bytes-slice [_ value start & [end]])
lua-tf-x-bytes-u8
(lua-tf-x-bytes-u8 [_ value])
lua-tf-x-cat
(lua-tf-x-cat [_ & args])
lua-tf-x-construct
(lua-tf-x-construct [_ ctor args])
lua-tf-x-del
(lua-tf-x-del [_ obj])
lua-tf-x-err
(lua-tf-x-err [_ s & [data]])
lua-tf-x-eval
(lua-tf-x-eval [_ s])
lua-tf-x-ex-data
(lua-tf-x-ex-data [_ err])
lua-tf-x-ex-message
(lua-tf-x-ex-message [_ err])
lua-tf-x-ex-native?
(lua-tf-x-ex-native? [_ err])
lua-tf-x-ex-new
(lua-tf-x-ex-new [_ message & [data]])
lua-tf-x-file-read
(lua-tf-x-file-read [_ filename])
lua-tf-x-file-resolve
(lua-tf-x-file-resolve [_ root path])
lua-tf-x-file-write
(lua-tf-x-file-write [_ filename content])
lua-tf-x-global-del
(lua-tf-x-global-del [_ sym])
lua-tf-x-global-has?
(lua-tf-x-global-has? [_ sym])
lua-tf-x-global-set
(lua-tf-x-global-set [_ sym val])
lua-tf-x-has-key?
(lua-tf-x-has-key? [_ obj key check])
lua-tf-x-hash-id
(lua-tf-x-hash-id [_ obj])
lua-tf-x-is-array?
(lua-tf-x-is-array? [_ e])
lua-tf-x-is-boolean?
(lua-tf-x-is-boolean? [_ e])
lua-tf-x-is-function?
(lua-tf-x-is-function? [_ e])
lua-tf-x-is-integer?
(lua-tf-x-is-integer? [_ e])
lua-tf-x-is-number?
(lua-tf-x-is-number? [_ e])
lua-tf-x-is-object?
(lua-tf-x-is-object? [_ e])
lua-tf-x-is-string?
(lua-tf-x-is-string? [_ e])
lua-tf-x-iter-eq
(lua-tf-x-iter-eq [_ it0 it1 eq-fn])
lua-tf-x-iter-from
(lua-tf-x-iter-from [_ obj])
lua-tf-x-iter-from-arr
(lua-tf-x-iter-from-arr [_ arr])
lua-tf-x-iter-from-obj
(lua-tf-x-iter-from-obj [_ obj])
lua-tf-x-iter-has?
(lua-tf-x-iter-has? [_ obj])
lua-tf-x-iter-native?
(lua-tf-x-iter-native? [_ it])
lua-tf-x-iter-next
(lua-tf-x-iter-next [_ it])
lua-tf-x-lu-create
(lua-tf-x-lu-create [_])
lua-tf-x-lu-del
(lua-tf-x-lu-del [_ lu obj])
lua-tf-x-lu-get
(lua-tf-x-lu-get [_ lu obj])
lua-tf-x-lu-set
(lua-tf-x-lu-set [_ lu obj gid])
lua-tf-x-m-mod
(lua-tf-x-m-mod [_ num denom])
lua-tf-x-m-quot
(lua-tf-x-m-quot [_ num denom])
lua-tf-x-pwd
(lua-tf-x-pwd [_])
lua-tf-x-return-encode
(lua-tf-x-return-encode [_ out id key])
lua-tf-x-return-eval
(lua-tf-x-return-eval [_ s wrap-fn])
lua-tf-x-return-wrap
(lua-tf-x-return-wrap [_ f encode-fn])
lua-tf-x-shell
(lua-tf-x-shell [_ s root cb])
lua-tf-x-socket-close
(lua-tf-x-socket-close [_ conn])
lua-tf-x-socket-connect
(lua-tf-x-socket-connect [_ host port opts cb])
lua-tf-x-socket-send
(lua-tf-x-socket-send [_ conn bytes])
lua-tf-x-str-decode
(lua-tf-x-str-decode [_ value])
lua-tf-x-str-encode
(lua-tf-x-str-encode [_ value])
lua-tf-x-str-index-of
(lua-tf-x-str-index-of [_ s tok])
lua-tf-x-str-join
(lua-tf-x-str-join [_ s arr])
lua-tf-x-str-replace
(lua-tf-x-str-replace [_ s tok replacement])
lua-tf-x-str-split
(lua-tf-x-str-split [_ s tok])
lua-tf-x-str-to-fixed
(lua-tf-x-str-to-fixed [_ num digits])
lua-tf-x-str-trim
(lua-tf-x-str-trim [_ s])
lua-tf-x-str-trim-left
(lua-tf-x-str-trim-left [_ s])
lua-tf-x-str-trim-right
(lua-tf-x-str-trim-right [_ s])
lua-tf-x-type-native
(lua-tf-x-type-native [_ obj])
lua-tf-x-with-delay
(lua-tf-x-with-delay [_ ms thunk])