A platform combines multiple tutorials, projects, documentations, questions and answers for developers
  • Home (current)
  • Documentations
  • About
  • Login
  1. Home
  2. Documentations
  3. Pony

stdlib

Packages

  • stdlib
  • assert
  • backpressure
  • buffered
  • builtin
  • bureaucracy
  • capsicum
  • cli
  • collections
  • collections/persistent
  • debug
  • encode/base64
  • files
  • format
  • ini
  • itertools
  • json
  • logger
  • math
  • net
  • options
  • ponybench
  • ponytest
  • process
  • promises
  • random
  • serialise
  • signals
  • strings
  • term
  • time

© 2016-2020, The Pony Developers
© 2014-2015, Causality Ltd.
Licensed under the BSD 2-Clause License.
https://stdlib.ponylang.io/

assert
1. assert
backpressure
1. backpressure
ApplyReleaseBackpressureAuth
ApplyReleaseBackpressureAuth.create()
ApplyReleaseBackpressureAuth.eq()
ApplyReleaseBackpressureAuth.ne()
Backpressure
Backpressure.apply()
Backpressure.create()
Backpressure.eq()
Backpressure.ne()
Backpressure.release()
BackpressureAuth
buffered
1. buffered
Reader
Reader.append()
Reader.block()
Reader.clear()
Reader.create()
Reader.f32_be()
Reader.f32_le()
Reader.f64_be()
Reader.f64_le()
Reader.i128_be()
Reader.i128_le()
Reader.i16_be()
Reader.i16_le()
Reader.i32_be()
Reader.i32_le()
Reader.i64_be()
Reader.i64_le()
Reader.i8()
Reader.line()
Reader.peek_f32_be()
Reader.peek_f32_le()
Reader.peek_f64_be()
Reader.peek_f64_le()
Reader.peek_i128_be()
Reader.peek_i128_le()
Reader.peek_i16_be()
Reader.peek_i16_le()
Reader.peek_i32_be()
Reader.peek_i32_le()
Reader.peek_i64_be()
Reader.peek_i64_le()
Reader.peek_i8()
Reader.peek_u128_be()
Reader.peek_u128_le()
Reader.peek_u16_be()
Reader.peek_u16_le()
Reader.peek_u32_be()
Reader.peek_u32_le()
Reader.peek_u64_be()
Reader.peek_u64_le()
Reader.peek_u8()
Reader.read_until()
Reader.size()
Reader.skip()
Reader.u128_be()
Reader.u128_le()
Reader.u16_be()
Reader.u16_le()
Reader.u32_be()
Reader.u32_le()
Reader.u64_be()
Reader.u64_le()
Reader.u8()
Writer
Writer.create()
Writer.done()
Writer.f32_be()
Writer.f32_le()
Writer.f64_be()
Writer.f64_le()
Writer.i128_be()
Writer.i128_le()
Writer.i16_be()
Writer.i16_le()
Writer.i32_be()
Writer.i32_le()
Writer.i64_be()
Writer.i64_le()
Writer.reserve_chunks()
Writer.reserve_current()
Writer.size()
Writer.u128_be()
Writer.u128_le()
Writer.u16_be()
Writer.u16_le()
Writer.u32_be()
Writer.u32_le()
Writer.u64_be()
Writer.u64_le()
Writer.u8()
Writer.write()
Writer.writev()
builtin
1. builtin
AmbientAuth
AmbientAuth.eq()
AmbientAuth.ne()
Any
Array
Array.append()
Array.apply()
Array.chop()
Array.clear()
Array.clone()
Array.compact()
Array.concat()
Array.contains()
Array.copy_from()
Array.copy_to()
Array.cpointer()
Array.create()
Array.delete()
Array.find()
Array.from_cpointer()
Array.init()
Array.insert()
Array.keys()
Array.pairs()
Array.permute()
Array.pop()
Array.push()
Array.push_u128()
Array.push_u16()
Array.push_u32()
Array.push_u64()
Array.push_u8()
Array.read_u128()
Array.read_u16()
Array.read_u32()
Array.read_u64()
Array.read_u8()
Array.remove()
Array.reserve()
Array.reverse()
Array.reverse_in_place()
Array.rfind()
Array.shift()
Array.size()
Array.slice()
Array.space()
Array.swap_elements()
Array.trim()
Array.trim_in_place()
Array.truncate()
Array.unchop()
Array.undefined()
Array.unshift()
Array.update()
Array.update_u128()
Array.update_u16()
Array.update_u32()
Array.update_u64()
Array.update_u8()
Array.values()
ArrayKeys
ArrayKeys.create()
ArrayKeys.has_next()
ArrayKeys.next()
ArrayPairs
ArrayPairs.create()
ArrayPairs.has_next()
ArrayPairs.next()
ArrayValues
ArrayValues.create()
ArrayValues.has_next()
ArrayValues.next()
ArrayValues.rewind()
AsioEvent
AsioEvent.create()
AsioEvent.disposable()
AsioEvent.dispose()
AsioEvent.eq()
AsioEvent.ne()
AsioEvent.none()
AsioEvent.oneshot()
AsioEvent.oneshotable()
AsioEvent.read()
AsioEvent.read_write()
AsioEvent.read_write_oneshot()
AsioEvent.readable()
AsioEvent.signal()
AsioEvent.timer()
AsioEvent.write()
AsioEvent.writeable()
AsioEventID
AsioEventNotify
Bool
Bool.create()
Bool.eq()
Bool.ne()
Bool.op_and()
Bool.op_not()
Bool.op_or()
Bool.op_xor()
Bool.string()
ByteSeq
ByteSeqIter
ByteSeqIter.values()
Comparable
Comparable.compare()
Comparable.eq()
Comparable.ge()
Comparable.gt()
Comparable.le()
Comparable.lt()
Comparable.ne()
Compare
DisposableActor
DisposableActor.dispose()
DoNotOptimise
DoNotOptimise.apply()
DoNotOptimise.create()
DoNotOptimise.eq()
DoNotOptimise.ne()
DoNotOptimise.observe()
Env
Env.args
Env.create()
Env.err
Env.exitcode
Env.input
Env.out
Env.root
Env.vars
Equal
Equal.create()
Equal.eq()
Equal.ne()
Equal.string()
Equatable
Equatable.eq()
Equatable.ne()
F32
F32.abs()
F32.acos()
F32.acosh()
F32.add()
F32.add_unsafe()
F32.asin()
F32.asinh()
F32.atan()
F32.atan2()
F32.atanh()
F32.bits()
F32.cbrt()
F32.ceil()
F32.compare()
F32.copysign()
F32.cos()
F32.cosh()
F32.create()
F32.div()
F32.div_unsafe()
F32.divrem()
F32.divrem_unsafe()
F32.e()
F32.epsilon()
F32.eq()
F32.eq_unsafe()
F32.exp()
F32.exp2()
F32.f32()
F32.f32_unsafe()
F32.f64()
F32.f64_unsafe()
F32.finite()
F32.fld()
F32.fld_unsafe()
F32.floor()
F32.frexp()
F32.from()
F32.from_bits()
F32.ge()
F32.ge_unsafe()
F32.gt()
F32.gt_unsafe()
F32.hash()
F32.hash64()
F32.i128()
F32.i128_unsafe()
F32.i16()
F32.i16_unsafe()
F32.i32()
F32.i32_unsafe()
F32.i64()
F32.i64_unsafe()
F32.i8()
F32.i8_unsafe()
F32.ilong()
F32.ilong_unsafe()
F32.infinite()
F32.isize()
F32.isize_unsafe()
F32.ldexp()
F32.le()
F32.le_unsafe()
F32.log()
F32.log10()
F32.log2()
F32.logb()
F32.lt()
F32.lt_unsafe()
F32.max()
F32.max_exp10()
F32.max_exp2()
F32.max_value()
F32.min()
F32.min_exp10()
F32.min_exp2()
F32.min_normalised()
F32.min_value()
F32.mod()
F32.mod_unsafe()
F32.mul()
F32.mul_unsafe()
F32.nan()
F32.ne()
F32.ne_unsafe()
F32.neg()
F32.neg_unsafe()
F32.pi()
F32.pow()
F32.powi()
F32.precision10()
F32.precision2()
F32.radix()
F32.rem()
F32.rem_unsafe()
F32.round()
F32.sin()
F32.sinh()
F32.sqrt()
F32.sqrt_unsafe()
F32.string()
F32.sub()
F32.sub_unsafe()
F32.tan()
F32.tanh()
F32.trunc()
F32.u128()
F32.u128_unsafe()
F32.u16()
F32.u16_unsafe()
F32.u32()
F32.u32_unsafe()
F32.u64()
F32.u64_unsafe()
F32.u8()
F32.u8_unsafe()
F32.ulong()
F32.ulong_unsafe()
F32.usize()
F32.usize_unsafe()
F64
F64.abs()
F64.acos()
F64.acosh()
F64.add()
F64.add_unsafe()
F64.asin()
F64.asinh()
F64.atan()
F64.atan2()
F64.atanh()
F64.bits()
F64.cbrt()
F64.ceil()
F64.compare()
F64.copysign()
F64.cos()
F64.cosh()
F64.create()
F64.div()
F64.div_unsafe()
F64.divrem()
F64.divrem_unsafe()
F64.e()
F64.epsilon()
F64.eq()
F64.eq_unsafe()
F64.exp()
F64.exp2()
F64.f32()
F64.f32_unsafe()
F64.f64()
F64.f64_unsafe()
F64.finite()
F64.fld()
F64.fld_unsafe()
F64.floor()
F64.frexp()
F64.from()
F64.from_bits()
F64.ge()
F64.ge_unsafe()
F64.gt()
F64.gt_unsafe()
F64.hash()
F64.hash64()
F64.i128()
F64.i128_unsafe()
F64.i16()
F64.i16_unsafe()
F64.i32()
F64.i32_unsafe()
F64.i64()
F64.i64_unsafe()
F64.i8()
F64.i8_unsafe()
F64.ilong()
F64.ilong_unsafe()
F64.infinite()
F64.isize()
F64.isize_unsafe()
F64.ldexp()
F64.le()
F64.le_unsafe()
F64.log()
F64.log10()
F64.log2()
F64.logb()
F64.lt()
F64.lt_unsafe()
F64.max()
F64.max_exp10()
F64.max_exp2()
F64.max_value()
F64.min()
F64.min_exp10()
F64.min_exp2()
F64.min_normalised()
F64.min_value()
F64.mod()
F64.mod_unsafe()
F64.mul()
F64.mul_unsafe()
F64.nan()
F64.ne()
F64.ne_unsafe()
F64.neg()
F64.neg_unsafe()
F64.pi()
F64.pow()
F64.powi()
F64.precision10()
F64.precision2()
F64.radix()
F64.rem()
F64.rem_unsafe()
F64.round()
F64.sin()
F64.sinh()
F64.sqrt()
F64.sqrt_unsafe()
F64.string()
F64.sub()
F64.sub_unsafe()
F64.tan()
F64.tanh()
F64.trunc()
F64.u128()
F64.u128_unsafe()
F64.u16()
F64.u16_unsafe()
F64.u32()
F64.u32_unsafe()
F64.u64()
F64.u64_unsafe()
F64.u8()
F64.u8_unsafe()
F64.ulong()
F64.ulong_unsafe()
F64.usize()
F64.usize_unsafe()
Float
FloatingPoint
FloatingPoint.abs()
FloatingPoint.acos()
FloatingPoint.acosh()
FloatingPoint.add()
FloatingPoint.add_unsafe()
FloatingPoint.asin()
FloatingPoint.asinh()
FloatingPoint.atan()
FloatingPoint.atan2()
FloatingPoint.atanh()
FloatingPoint.cbrt()
FloatingPoint.ceil()
FloatingPoint.compare()
FloatingPoint.copysign()
FloatingPoint.cos()
FloatingPoint.cosh()
FloatingPoint.create()
FloatingPoint.div()
FloatingPoint.div_unsafe()
FloatingPoint.divrem()
FloatingPoint.divrem_unsafe()
FloatingPoint.epsilon()
FloatingPoint.eq()
FloatingPoint.eq_unsafe()
FloatingPoint.exp()
FloatingPoint.exp2()
FloatingPoint.f32()
FloatingPoint.f32_unsafe()
FloatingPoint.f64()
FloatingPoint.f64_unsafe()
FloatingPoint.finite()
FloatingPoint.fld()
FloatingPoint.fld_unsafe()
FloatingPoint.floor()
FloatingPoint.frexp()
FloatingPoint.from()
FloatingPoint.ge()
FloatingPoint.ge_unsafe()
FloatingPoint.gt()
FloatingPoint.gt_unsafe()
FloatingPoint.hash()
FloatingPoint.hash64()
FloatingPoint.i128()
FloatingPoint.i128_unsafe()
FloatingPoint.i16()
FloatingPoint.i16_unsafe()
FloatingPoint.i32()
FloatingPoint.i32_unsafe()
FloatingPoint.i64()
FloatingPoint.i64_unsafe()
FloatingPoint.i8()
FloatingPoint.i8_unsafe()
FloatingPoint.ilong()
FloatingPoint.ilong_unsafe()
FloatingPoint.infinite()
FloatingPoint.isize()
FloatingPoint.isize_unsafe()
FloatingPoint.ldexp()
FloatingPoint.le()
FloatingPoint.le_unsafe()
FloatingPoint.log()
FloatingPoint.log10()
FloatingPoint.log2()
FloatingPoint.logb()
FloatingPoint.lt()
FloatingPoint.lt_unsafe()
FloatingPoint.max()
FloatingPoint.max_exp10()
FloatingPoint.max_exp2()
FloatingPoint.max_value()
FloatingPoint.min()
FloatingPoint.min_exp10()
FloatingPoint.min_exp2()
FloatingPoint.min_normalised()
FloatingPoint.min_value()
FloatingPoint.mod()
FloatingPoint.mod_unsafe()
FloatingPoint.mul()
FloatingPoint.mul_unsafe()
FloatingPoint.nan()
FloatingPoint.ne()
FloatingPoint.ne_unsafe()
FloatingPoint.neg()
FloatingPoint.neg_unsafe()
FloatingPoint.pow()
FloatingPoint.powi()
FloatingPoint.precision10()
FloatingPoint.precision2()
FloatingPoint.radix()
FloatingPoint.rem()
FloatingPoint.rem_unsafe()
FloatingPoint.round()
FloatingPoint.sin()
FloatingPoint.sinh()
FloatingPoint.sqrt()
FloatingPoint.sqrt_unsafe()
FloatingPoint.string()
FloatingPoint.sub()
FloatingPoint.sub_unsafe()
FloatingPoint.tan()
FloatingPoint.tanh()
FloatingPoint.trunc()
FloatingPoint.u128()
FloatingPoint.u128_unsafe()
FloatingPoint.u16()
FloatingPoint.u16_unsafe()
FloatingPoint.u32()
FloatingPoint.u32_unsafe()
FloatingPoint.u64()
FloatingPoint.u64_unsafe()
FloatingPoint.u8()
FloatingPoint.u8_unsafe()
FloatingPoint.ulong()
FloatingPoint.ulong_unsafe()
FloatingPoint.usize()
FloatingPoint.usize_unsafe()
Greater
Greater.create()
Greater.eq()
Greater.ne()
Greater.string()
HasEq
HasEq.eq()
I128
I128.abs()
I128.add()
I128.add_partial()
I128.add_unsafe()
I128.addc()
I128.bit_reverse()
I128.bitwidth()
I128.bswap()
I128.bytewidth()
I128.clz()
I128.clz_unsafe()
I128.compare()
I128.create()
I128.ctz()
I128.ctz_unsafe()
I128.div()
I128.div_partial()
I128.div_unsafe()
I128.divc()
I128.divrem()
I128.divrem_partial()
I128.divrem_unsafe()
I128.eq()
I128.f32()
I128.f32_unsafe()
I128.f64()
I128.f64_unsafe()
I128.fld()
I128.fld_partial()
I128.fld_unsafe()
I128.fldc()
I128.from()
I128.ge()
I128.gt()
I128.hash()
I128.hash64()
I128.i128()
I128.i128_unsafe()
I128.i16()
I128.i16_unsafe()
I128.i32()
I128.i32_unsafe()
I128.i64()
I128.i64_unsafe()
I128.i8()
I128.i8_unsafe()
I128.ilong()
I128.ilong_unsafe()
I128.isize()
I128.isize_unsafe()
I128.le()
I128.lt()
I128.max()
I128.max_value()
I128.min()
I128.min_value()
I128.mod()
I128.mod_partial()
I128.mod_unsafe()
I128.modc()
I128.mul()
I128.mul_partial()
I128.mul_unsafe()
I128.mulc()
I128.ne()
I128.neg()
I128.neg_unsafe()
I128.op_and()
I128.op_not()
I128.op_or()
I128.op_xor()
I128.popcount()
I128.rem()
I128.rem_partial()
I128.rem_unsafe()
I128.remc()
I128.shl()
I128.shl_unsafe()
I128.shr()
I128.shr_unsafe()
I128.string()
I128.sub()
I128.sub_partial()
I128.sub_unsafe()
I128.subc()
I128.u128()
I128.u128_unsafe()
I128.u16()
I128.u16_unsafe()
I128.u32()
I128.u32_unsafe()
I128.u64()
I128.u64_unsafe()
I128.u8()
I128.u8_unsafe()
I128.ulong()
I128.ulong_unsafe()
I128.usize()
I128.usize_unsafe()
I16
I16.abs()
I16.add()
I16.add_partial()
I16.add_unsafe()
I16.addc()
I16.bit_reverse()
I16.bitwidth()
I16.bswap()
I16.bytewidth()
I16.clz()
I16.clz_unsafe()
I16.compare()
I16.create()
I16.ctz()
I16.ctz_unsafe()
I16.div()
I16.div_partial()
I16.div_unsafe()
I16.divc()
I16.divrem()
I16.divrem_partial()
I16.divrem_unsafe()
I16.eq()
I16.f32()
I16.f32_unsafe()
I16.f64()
I16.f64_unsafe()
I16.fld()
I16.fld_partial()
I16.fld_unsafe()
I16.fldc()
I16.from()
I16.ge()
I16.gt()
I16.hash()
I16.hash64()
I16.i128()
I16.i128_unsafe()
I16.i16()
I16.i16_unsafe()
I16.i32()
I16.i32_unsafe()
I16.i64()
I16.i64_unsafe()
I16.i8()
I16.i8_unsafe()
I16.ilong()
I16.ilong_unsafe()
I16.isize()
I16.isize_unsafe()
I16.le()
I16.lt()
I16.max()
I16.max_value()
I16.min()
I16.min_value()
I16.mod()
I16.mod_partial()
I16.mod_unsafe()
I16.modc()
I16.mul()
I16.mul_partial()
I16.mul_unsafe()
I16.mulc()
I16.ne()
I16.neg()
I16.neg_unsafe()
I16.op_and()
I16.op_not()
I16.op_or()
I16.op_xor()
I16.popcount()
I16.rem()
I16.rem_partial()
I16.rem_unsafe()
I16.remc()
I16.shl()
I16.shl_unsafe()
I16.shr()
I16.shr_unsafe()
I16.string()
I16.sub()
I16.sub_partial()
I16.sub_unsafe()
I16.subc()
I16.u128()
I16.u128_unsafe()
I16.u16()
I16.u16_unsafe()
I16.u32()
I16.u32_unsafe()
I16.u64()
I16.u64_unsafe()
I16.u8()
I16.u8_unsafe()
I16.ulong()
I16.ulong_unsafe()
I16.usize()
I16.usize_unsafe()
I32
I32.abs()
I32.add()
I32.add_partial()
I32.add_unsafe()
I32.addc()
I32.bit_reverse()
I32.bitwidth()
I32.bswap()
I32.bytewidth()
I32.clz()
I32.clz_unsafe()
I32.compare()
I32.create()
I32.ctz()
I32.ctz_unsafe()
I32.div()
I32.div_partial()
I32.div_unsafe()
I32.divc()
I32.divrem()
I32.divrem_partial()
I32.divrem_unsafe()
I32.eq()
I32.f32()
I32.f32_unsafe()
I32.f64()
I32.f64_unsafe()
I32.fld()
I32.fld_partial()
I32.fld_unsafe()
I32.fldc()
I32.from()
I32.ge()
I32.gt()
I32.hash()
I32.hash64()
I32.i128()
I32.i128_unsafe()
I32.i16()
I32.i16_unsafe()
I32.i32()
I32.i32_unsafe()
I32.i64()
I32.i64_unsafe()
I32.i8()
I32.i8_unsafe()
I32.ilong()
I32.ilong_unsafe()
I32.isize()
I32.isize_unsafe()
I32.le()
I32.lt()
I32.max()
I32.max_value()
I32.min()
I32.min_value()
I32.mod()
I32.mod_partial()
I32.mod_unsafe()
I32.modc()
I32.mul()
I32.mul_partial()
I32.mul_unsafe()
I32.mulc()
I32.ne()
I32.neg()
I32.neg_unsafe()
I32.op_and()
I32.op_not()
I32.op_or()
I32.op_xor()
I32.popcount()
I32.rem()
I32.rem_partial()
I32.rem_unsafe()
I32.remc()
I32.shl()
I32.shl_unsafe()
I32.shr()
I32.shr_unsafe()
I32.string()
I32.sub()
I32.sub_partial()
I32.sub_unsafe()
I32.subc()
I32.u128()
I32.u128_unsafe()
I32.u16()
I32.u16_unsafe()
I32.u32()
I32.u32_unsafe()
I32.u64()
I32.u64_unsafe()
I32.u8()
I32.u8_unsafe()
I32.ulong()
I32.ulong_unsafe()
I32.usize()
I32.usize_unsafe()
I64
I64.abs()
I64.add()
I64.add_partial()
I64.add_unsafe()
I64.addc()
I64.bit_reverse()
I64.bitwidth()
I64.bswap()
I64.bytewidth()
I64.clz()
I64.clz_unsafe()
I64.compare()
I64.create()
I64.ctz()
I64.ctz_unsafe()
I64.div()
I64.div_partial()
I64.div_unsafe()
I64.divc()
I64.divrem()
I64.divrem_partial()
I64.divrem_unsafe()
I64.eq()
I64.f32()
I64.f32_unsafe()
I64.f64()
I64.f64_unsafe()
I64.fld()
I64.fld_partial()
I64.fld_unsafe()
I64.fldc()
I64.from()
I64.ge()
I64.gt()
I64.hash()
I64.hash64()
I64.i128()
I64.i128_unsafe()
I64.i16()
I64.i16_unsafe()
I64.i32()
I64.i32_unsafe()
I64.i64()
I64.i64_unsafe()
I64.i8()
I64.i8_unsafe()
I64.ilong()
I64.ilong_unsafe()
I64.isize()
I64.isize_unsafe()
I64.le()
I64.lt()
I64.max()
I64.max_value()
I64.min()
I64.min_value()
I64.mod()
I64.mod_partial()
I64.mod_unsafe()
I64.modc()
I64.mul()
I64.mul_partial()
I64.mul_unsafe()
I64.mulc()
I64.ne()
I64.neg()
I64.neg_unsafe()
I64.op_and()
I64.op_not()
I64.op_or()
I64.op_xor()
I64.popcount()
I64.rem()
I64.rem_partial()
I64.rem_unsafe()
I64.remc()
I64.shl()
I64.shl_unsafe()
I64.shr()
I64.shr_unsafe()
I64.string()
I64.sub()
I64.sub_partial()
I64.sub_unsafe()
I64.subc()
I64.u128()
I64.u128_unsafe()
I64.u16()
I64.u16_unsafe()
I64.u32()
I64.u32_unsafe()
I64.u64()
I64.u64_unsafe()
I64.u8()
I64.u8_unsafe()
I64.ulong()
I64.ulong_unsafe()
I64.usize()
I64.usize_unsafe()
I8
I8.abs()
I8.add()
I8.add_partial()
I8.add_unsafe()
I8.addc()
I8.bit_reverse()
I8.bitwidth()
I8.bswap()
I8.bytewidth()
I8.clz()
I8.clz_unsafe()
I8.compare()
I8.create()
I8.ctz()
I8.ctz_unsafe()
I8.div()
I8.div_partial()
I8.div_unsafe()
I8.divc()
I8.divrem()
I8.divrem_partial()
I8.divrem_unsafe()
I8.eq()
I8.f32()
I8.f32_unsafe()
I8.f64()
I8.f64_unsafe()
I8.fld()
I8.fld_partial()
I8.fld_unsafe()
I8.fldc()
I8.from()
I8.ge()
I8.gt()
I8.hash()
I8.hash64()
I8.i128()
I8.i128_unsafe()
I8.i16()
I8.i16_unsafe()
I8.i32()
I8.i32_unsafe()
I8.i64()
I8.i64_unsafe()
I8.i8()
I8.i8_unsafe()
I8.ilong()
I8.ilong_unsafe()
I8.isize()
I8.isize_unsafe()
I8.le()
I8.lt()
I8.max()
I8.max_value()
I8.min()
I8.min_value()
I8.mod()
I8.mod_partial()
I8.mod_unsafe()
I8.modc()
I8.mul()
I8.mul_partial()
I8.mul_unsafe()
I8.mulc()
I8.ne()
I8.neg()
I8.neg_unsafe()
I8.op_and()
I8.op_not()
I8.op_or()
I8.op_xor()
I8.popcount()
I8.rem()
I8.rem_partial()
I8.rem_unsafe()
I8.remc()
I8.shl()
I8.shl_unsafe()
I8.shr()
I8.shr_unsafe()
I8.string()
I8.sub()
I8.sub_partial()
I8.sub_unsafe()
I8.subc()
I8.u128()
I8.u128_unsafe()
I8.u16()
I8.u16_unsafe()
I8.u32()
I8.u32_unsafe()
I8.u64()
I8.u64_unsafe()
I8.u8()
I8.u8_unsafe()
I8.ulong()
I8.ulong_unsafe()
I8.usize()
I8.usize_unsafe()
ILong
ILong.abs()
ILong.add()
ILong.add_partial()
ILong.add_unsafe()
ILong.addc()
ILong.bit_reverse()
ILong.bitwidth()
ILong.bswap()
ILong.bytewidth()
ILong.clz()
ILong.clz_unsafe()
ILong.compare()
ILong.create()
ILong.ctz()
ILong.ctz_unsafe()
ILong.div()
ILong.div_partial()
ILong.div_unsafe()
ILong.divc()
ILong.divrem()
ILong.divrem_partial()
ILong.divrem_unsafe()
ILong.eq()
ILong.f32()
ILong.f32_unsafe()
ILong.f64()
ILong.f64_unsafe()
ILong.fld()
ILong.fld_partial()
ILong.fld_unsafe()
ILong.fldc()
ILong.from()
ILong.ge()
ILong.gt()
ILong.hash()
ILong.hash64()
ILong.i128()
ILong.i128_unsafe()
ILong.i16()
ILong.i16_unsafe()
ILong.i32()
ILong.i32_unsafe()
ILong.i64()
ILong.i64_unsafe()
ILong.i8()
ILong.i8_unsafe()
ILong.ilong()
ILong.ilong_unsafe()
ILong.isize()
ILong.isize_unsafe()
ILong.le()
ILong.lt()
ILong.max()
ILong.max_value()
ILong.min()
ILong.min_value()
ILong.mod()
ILong.mod_partial()
ILong.mod_unsafe()
ILong.modc()
ILong.mul()
ILong.mul_partial()
ILong.mul_unsafe()
ILong.mulc()
ILong.ne()
ILong.neg()
ILong.neg_unsafe()
ILong.op_and()
ILong.op_not()
ILong.op_or()
ILong.op_xor()
ILong.popcount()
ILong.rem()
ILong.rem_partial()
ILong.rem_unsafe()
ILong.remc()
ILong.shl()
ILong.shl_unsafe()
ILong.shr()
ILong.shr_unsafe()
ILong.string()
ILong.sub()
ILong.sub_partial()
ILong.sub_unsafe()
ILong.subc()
ILong.u128()
ILong.u128_unsafe()
ILong.u16()
ILong.u16_unsafe()
ILong.u32()
ILong.u32_unsafe()
ILong.u64()
ILong.u64_unsafe()
ILong.u8()
ILong.u8_unsafe()
ILong.ulong()
ILong.ulong_unsafe()
ILong.usize()
ILong.usize_unsafe()
ISize
ISize.abs()
ISize.add()
ISize.add_partial()
ISize.add_unsafe()
ISize.addc()
ISize.bit_reverse()
ISize.bitwidth()
ISize.bswap()
ISize.bytewidth()
ISize.clz()
ISize.clz_unsafe()
ISize.compare()
ISize.create()
ISize.ctz()
ISize.ctz_unsafe()
ISize.div()
ISize.div_partial()
ISize.div_unsafe()
ISize.divc()
ISize.divrem()
ISize.divrem_partial()
ISize.divrem_unsafe()
ISize.eq()
ISize.f32()
ISize.f32_unsafe()
ISize.f64()
ISize.f64_unsafe()
ISize.fld()
ISize.fld_partial()
ISize.fld_unsafe()
ISize.fldc()
ISize.from()
ISize.ge()
ISize.gt()
ISize.hash()
ISize.hash64()
ISize.i128()
ISize.i128_unsafe()
ISize.i16()
ISize.i16_unsafe()
ISize.i32()
ISize.i32_unsafe()
ISize.i64()
ISize.i64_unsafe()
ISize.i8()
ISize.i8_unsafe()
ISize.ilong()
ISize.ilong_unsafe()
ISize.isize()
ISize.isize_unsafe()
ISize.le()
ISize.lt()
ISize.max()
ISize.max_value()
ISize.min()
ISize.min_value()
ISize.mod()
ISize.mod_partial()
ISize.mod_unsafe()
ISize.modc()
ISize.mul()
ISize.mul_partial()
ISize.mul_unsafe()
ISize.mulc()
ISize.ne()
ISize.neg()
ISize.neg_unsafe()
ISize.op_and()
ISize.op_not()
ISize.op_or()
ISize.op_xor()
ISize.popcount()
ISize.rem()
ISize.rem_partial()
ISize.rem_unsafe()
ISize.remc()
ISize.shl()
ISize.shl_unsafe()
ISize.shr()
ISize.shr_unsafe()
ISize.string()
ISize.sub()
ISize.sub_partial()
ISize.sub_unsafe()
ISize.subc()
ISize.u128()
ISize.u128_unsafe()
ISize.u16()
ISize.u16_unsafe()
ISize.u32()
ISize.u32_unsafe()
ISize.u64()
ISize.u64_unsafe()
ISize.u8()
ISize.u8_unsafe()
ISize.ulong()
ISize.ulong_unsafe()
ISize.usize()
ISize.usize_unsafe()
InputNotify
InputNotify.apply()
InputNotify.dispose()
InputStream
InputStream.apply()
InputStream.dispose()
Int
Integer
Integer.add()
Integer.add_partial()
Integer.add_unsafe()
Integer.addc()
Integer.bit_reverse()
Integer.bswap()
Integer.compare()
Integer.create()
Integer.div()
Integer.div_partial()
Integer.div_unsafe()
Integer.divc()
Integer.divrem()
Integer.divrem_partial()
Integer.divrem_unsafe()
Integer.eq()
Integer.f32()
Integer.f32_unsafe()
Integer.f64()
Integer.f64_unsafe()
Integer.fld()
Integer.fld_partial()
Integer.fld_unsafe()
Integer.fldc()
Integer.from()
Integer.ge()
Integer.gt()
Integer.hash()
Integer.hash64()
Integer.i128()
Integer.i128_unsafe()
Integer.i16()
Integer.i16_unsafe()
Integer.i32()
Integer.i32_unsafe()
Integer.i64()
Integer.i64_unsafe()
Integer.i8()
Integer.i8_unsafe()
Integer.ilong()
Integer.ilong_unsafe()
Integer.isize()
Integer.isize_unsafe()
Integer.le()
Integer.lt()
Integer.max()
Integer.max_value()
Integer.min()
Integer.min_value()
Integer.mod()
Integer.mod_partial()
Integer.mod_unsafe()
Integer.modc()
Integer.mul()
Integer.mul_partial()
Integer.mul_unsafe()
Integer.mulc()
Integer.ne()
Integer.neg()
Integer.neg_unsafe()
Integer.op_and()
Integer.op_not()
Integer.op_or()
Integer.op_xor()
Integer.rem()
Integer.rem_partial()
Integer.rem_unsafe()
Integer.remc()
Integer.string()
Integer.sub()
Integer.sub_partial()
Integer.sub_unsafe()
Integer.subc()
Integer.u128()
Integer.u128_unsafe()
Integer.u16()
Integer.u16_unsafe()
Integer.u32()
Integer.u32_unsafe()
Integer.u64()
Integer.u64_unsafe()
Integer.u8()
Integer.u8_unsafe()
Integer.ulong()
Integer.ulong_unsafe()
Integer.usize()
Integer.usize_unsafe()
Iterator
Iterator.Example()
Iterator.has_next()
Iterator.next()
Less
Less.create()
Less.eq()
Less.ne()
Less.string()
None
None.create()
None.eq()
None.ne()
None.string()
NullablePointer
NullablePointer.apply()
NullablePointer.create()
NullablePointer.is_none()
NullablePointer.none()
Number
OutStream
OutStream.flush()
OutStream.print()
OutStream.printv()
OutStream.write()
OutStream.writev()
Platform
Platform.arm()
Platform.bigendian()
Platform.bsd()
Platform.create()
Platform.debug()
Platform.dragonfly()
Platform.eq()
Platform.freebsd()
Platform.ilp32()
Platform.linux()
Platform.littleendian()
Platform.llp64()
Platform.lp64()
Platform.native128()
Platform.ne()
Platform.openbsd()
Platform.osx()
Platform.posix()
Platform.windows()
Platform.x86()
Pointer
Pointer.create()
Pointer.eq()
Pointer.ge()
Pointer.gt()
Pointer.hash()
Pointer.hash64()
Pointer.is_null()
Pointer.le()
Pointer.lt()
Pointer.ne()
Pointer.offset()
Pointer.usize()
ReadElement
ReadElement.apply()
ReadSeq
ReadSeq.apply()
ReadSeq.size()
ReadSeq.values()
Real
Real.add()
Real.compare()
Real.create()
Real.div()
Real.divrem()
Real.eq()
Real.f32()
Real.f32_unsafe()
Real.f64()
Real.f64_unsafe()
Real.fld()
Real.from()
Real.ge()
Real.gt()
Real.hash()
Real.hash64()
Real.i128()
Real.i128_unsafe()
Real.i16()
Real.i16_unsafe()
Real.i32()
Real.i32_unsafe()
Real.i64()
Real.i64_unsafe()
Real.i8()
Real.i8_unsafe()
Real.ilong()
Real.ilong_unsafe()
Real.isize()
Real.isize_unsafe()
Real.le()
Real.lt()
Real.max()
Real.max_value()
Real.min()
Real.min_value()
Real.mod()
Real.mul()
Real.ne()
Real.neg()
Real.rem()
Real.string()
Real.sub()
Real.u128()
Real.u128_unsafe()
Real.u16()
Real.u16_unsafe()
Real.u32()
Real.u32_unsafe()
Real.u64()
Real.u64_unsafe()
Real.u8()
Real.u8_unsafe()
Real.ulong()
Real.ulong_unsafe()
Real.usize()
Real.usize_unsafe()
RuntimeOptions
RuntimeOptions.create()
RuntimeOptions.var()
RuntimeOptions.var()
RuntimeOptions.var()
RuntimeOptions.var()
RuntimeOptions.var()
RuntimeOptions.var()
RuntimeOptions.var()
RuntimeOptions.var()
RuntimeOptions.var()
RuntimeOptions.var()
RuntimeOptions.var()
RuntimeOptions.var()
RuntimeOptions.var()
Seq
Seq.append()
Seq.apply()
Seq.clear()
Seq.concat()
Seq.create()
Seq.pop()
Seq.push()
Seq.reserve()
Seq.shift()
Seq.size()
Seq.truncate()
Seq.unshift()
Seq.update()
Seq.values()
Signed
SignedInteger
SignedInteger.abs()
SignedInteger.add()
SignedInteger.add_partial()
SignedInteger.add_unsafe()
SignedInteger.addc()
SignedInteger.bit_reverse()
SignedInteger.bitwidth()
SignedInteger.bswap()
SignedInteger.bytewidth()
SignedInteger.clz()
SignedInteger.clz_unsafe()
SignedInteger.compare()
SignedInteger.create()
SignedInteger.ctz()
SignedInteger.ctz_unsafe()
SignedInteger.div()
SignedInteger.div_partial()
SignedInteger.div_unsafe()
SignedInteger.divc()
SignedInteger.divrem()
SignedInteger.divrem_partial()
SignedInteger.divrem_unsafe()
SignedInteger.eq()
SignedInteger.f32()
SignedInteger.f32_unsafe()
SignedInteger.f64()
SignedInteger.f64_unsafe()
SignedInteger.fld()
SignedInteger.fld_partial()
SignedInteger.fld_unsafe()
SignedInteger.fldc()
SignedInteger.from()
SignedInteger.ge()
SignedInteger.gt()
SignedInteger.hash()
SignedInteger.hash64()
SignedInteger.i128()
SignedInteger.i128_unsafe()
SignedInteger.i16()
SignedInteger.i16_unsafe()
SignedInteger.i32()
SignedInteger.i32_unsafe()
SignedInteger.i64()
SignedInteger.i64_unsafe()
SignedInteger.i8()
SignedInteger.i8_unsafe()
SignedInteger.ilong()
SignedInteger.ilong_unsafe()
SignedInteger.isize()
SignedInteger.isize_unsafe()
SignedInteger.le()
SignedInteger.lt()
SignedInteger.max()
SignedInteger.max_value()
SignedInteger.min()
SignedInteger.min_value()
SignedInteger.mod()
SignedInteger.mod_partial()
SignedInteger.mod_unsafe()
SignedInteger.modc()
SignedInteger.mul()
SignedInteger.mul_partial()
SignedInteger.mul_unsafe()
SignedInteger.mulc()
SignedInteger.ne()
SignedInteger.neg()
SignedInteger.neg_unsafe()
SignedInteger.op_and()
SignedInteger.op_not()
SignedInteger.op_or()
SignedInteger.op_xor()
SignedInteger.popcount()
SignedInteger.rem()
SignedInteger.rem_partial()
SignedInteger.rem_unsafe()
SignedInteger.remc()
SignedInteger.shl()
SignedInteger.shl_unsafe()
SignedInteger.shr()
SignedInteger.shr_unsafe()
SignedInteger.string()
SignedInteger.sub()
SignedInteger.sub_partial()
SignedInteger.sub_unsafe()
SignedInteger.subc()
SignedInteger.u128()
SignedInteger.u128_unsafe()
SignedInteger.u16()
SignedInteger.u16_unsafe()
SignedInteger.u32()
SignedInteger.u32_unsafe()
SignedInteger.u64()
SignedInteger.u64_unsafe()
SignedInteger.u8()
SignedInteger.u8_unsafe()
SignedInteger.ulong()
SignedInteger.ulong_unsafe()
SignedInteger.usize()
SignedInteger.usize_unsafe()
SourceLoc
SourceLoc.file()
SourceLoc.line()
SourceLoc.method_name()
SourceLoc.pos()
SourceLoc.type_name()
StdStream
StdStream.flush()
StdStream.print()
StdStream.printv()
StdStream.write()
StdStream.writev()
Stdin
Stdin.apply()
Stdin.dispose()
String
String.add()
String.append()
String.apply()
String.array()
String.at()
String.at_offset()
String.bool()
String.chop()
String.clear()
String.clone()
String.codepoints()
String.compact()
String.compare()
String.compare_sub()
String.concat()
String.contains()
String.copy_cpointer()
String.copy_cstring()
String.count()
String.cpointer()
String.create()
String.cstring()
String.cut()
String.cut_in_place()
String.delete()
String.eq()
String.f32()
String.f64()
String.find()
String.from_array()
String.from_cpointer()
String.from_cstring()
String.from_iso_array()
String.from_utf32()
String.ge()
String.gt()
String.hash()
String.hash64()
String.i128()
String.i16()
String.i32()
String.i64()
String.i8()
String.ilong()
String.insert()
String.insert_byte()
String.insert_in_place()
String.is_null_terminated()
String.isize()
String.iso_array()
String.join()
String.le()
String.lower()
String.lower_in_place()
String.lstrip()
String.lt()
String.mul()
String.ne()
String.offset_to_index()
String.pop()
String.push()
String.push_utf32()
String.read_int()
String.recalc()
String.remove()
String.repeat_str()
String.replace()
String.reserve()
String.reverse()
String.reverse_in_place()
String.rfind()
String.rstrip()
String.runes()
String.shift()
String.size()
String.space()
String.split()
String.split_by()
String.string()
String.strip()
String.substring()
String.trim()
String.trim_in_place()
String.truncate()
String.u128()
String.u16()
String.u32()
String.u64()
String.u8()
String.ulong()
String.unchop()
String.unshift()
String.update()
String.update_offset()
String.upper()
String.upper_in_place()
String.usize()
String.utf32()
String.values()
StringBytes
StringBytes.create()
StringBytes.has_next()
StringBytes.next()
StringRunes
StringRunes.create()
StringRunes.has_next()
StringRunes.next()
Stringable
Stringable.string()
U128
U128.abs()
U128.add()
U128.add_partial()
U128.add_unsafe()
U128.addc()
U128.bit_reverse()
U128.bitwidth()
U128.bswap()
U128.bytewidth()
U128.clz()
U128.clz_unsafe()
U128.compare()
U128.create()
U128.ctz()
U128.ctz_unsafe()
U128.div()
U128.div_partial()
U128.div_unsafe()
U128.divc()
U128.divrem()
U128.divrem_partial()
U128.divrem_unsafe()
U128.eq()
U128.f32()
U128.f32_unsafe()
U128.f64()
U128.f64_unsafe()
U128.fld()
U128.fld_partial()
U128.fld_unsafe()
U128.fldc()
U128.from()
U128.ge()
U128.gt()
U128.hash()
U128.hash64()
U128.i128()
U128.i128_unsafe()
U128.i16()
U128.i16_unsafe()
U128.i32()
U128.i32_unsafe()
U128.i64()
U128.i64_unsafe()
U128.i8()
U128.i8_unsafe()
U128.ilong()
U128.ilong_unsafe()
U128.isize()
U128.isize_unsafe()
U128.le()
U128.lt()
U128.max()
U128.max_value()
U128.min()
U128.min_value()
U128.mod()
U128.mod_partial()
U128.mod_unsafe()
U128.modc()
U128.mul()
U128.mul_partial()
U128.mul_unsafe()
U128.mulc()
U128.ne()
U128.neg()
U128.neg_unsafe()
U128.next_pow2()
U128.op_and()
U128.op_not()
U128.op_or()
U128.op_xor()
U128.popcount()
U128.rem()
U128.rem_partial()
U128.rem_unsafe()
U128.remc()
U128.rotl()
U128.rotr()
U128.shl()
U128.shl_unsafe()
U128.shr()
U128.shr_unsafe()
U128.string()
U128.sub()
U128.sub_partial()
U128.sub_unsafe()
U128.subc()
U128.u128()
U128.u128_unsafe()
U128.u16()
U128.u16_unsafe()
U128.u32()
U128.u32_unsafe()
U128.u64()
U128.u64_unsafe()
U128.u8()
U128.u8_unsafe()
U128.ulong()
U128.ulong_unsafe()
U128.usize()
U128.usize_unsafe()
U16
U16.abs()
U16.add()
U16.add_partial()
U16.add_unsafe()
U16.addc()
U16.bit_reverse()
U16.bitwidth()
U16.bswap()
U16.bytewidth()
U16.clz()
U16.clz_unsafe()
U16.compare()
U16.create()
U16.ctz()
U16.ctz_unsafe()
U16.div()
U16.div_partial()
U16.div_unsafe()
U16.divc()
U16.divrem()
U16.divrem_partial()
U16.divrem_unsafe()
U16.eq()
U16.f32()
U16.f32_unsafe()
U16.f64()
U16.f64_unsafe()
U16.fld()
U16.fld_partial()
U16.fld_unsafe()
U16.fldc()
U16.from()
U16.ge()
U16.gt()
U16.hash()
U16.hash64()
U16.i128()
U16.i128_unsafe()
U16.i16()
U16.i16_unsafe()
U16.i32()
U16.i32_unsafe()
U16.i64()
U16.i64_unsafe()
U16.i8()
U16.i8_unsafe()
U16.ilong()
U16.ilong_unsafe()
U16.isize()
U16.isize_unsafe()
U16.le()
U16.lt()
U16.max()
U16.max_value()
U16.min()
U16.min_value()
U16.mod()
U16.mod_partial()
U16.mod_unsafe()
U16.modc()
U16.mul()
U16.mul_partial()
U16.mul_unsafe()
U16.mulc()
U16.ne()
U16.neg()
U16.neg_unsafe()
U16.next_pow2()
U16.op_and()
U16.op_not()
U16.op_or()
U16.op_xor()
U16.popcount()
U16.rem()
U16.rem_partial()
U16.rem_unsafe()
U16.remc()
U16.rotl()
U16.rotr()
U16.shl()
U16.shl_unsafe()
U16.shr()
U16.shr_unsafe()
U16.string()
U16.sub()
U16.sub_partial()
U16.sub_unsafe()
U16.subc()
U16.u128()
U16.u128_unsafe()
U16.u16()
U16.u16_unsafe()
U16.u32()
U16.u32_unsafe()
U16.u64()
U16.u64_unsafe()
U16.u8()
U16.u8_unsafe()
U16.ulong()
U16.ulong_unsafe()
U16.usize()
U16.usize_unsafe()
U32
U32.abs()
U32.add()
U32.add_partial()
U32.add_unsafe()
U32.addc()
U32.bit_reverse()
U32.bitwidth()
U32.bswap()
U32.bytewidth()
U32.clz()
U32.clz_unsafe()
U32.compare()
U32.create()
U32.ctz()
U32.ctz_unsafe()
U32.div()
U32.div_partial()
U32.div_unsafe()
U32.divc()
U32.divrem()
U32.divrem_partial()
U32.divrem_unsafe()
U32.eq()
U32.f32()
U32.f32_unsafe()
U32.f64()
U32.f64_unsafe()
U32.fld()
U32.fld_partial()
U32.fld_unsafe()
U32.fldc()
U32.from()
U32.ge()
U32.gt()
U32.hash()
U32.hash64()
U32.i128()
U32.i128_unsafe()
U32.i16()
U32.i16_unsafe()
U32.i32()
U32.i32_unsafe()
U32.i64()
U32.i64_unsafe()
U32.i8()
U32.i8_unsafe()
U32.ilong()
U32.ilong_unsafe()
U32.isize()
U32.isize_unsafe()
U32.le()
U32.lt()
U32.max()
U32.max_value()
U32.min()
U32.min_value()
U32.mod()
U32.mod_partial()
U32.mod_unsafe()
U32.modc()
U32.mul()
U32.mul_partial()
U32.mul_unsafe()
U32.mulc()
U32.ne()
U32.neg()
U32.neg_unsafe()
U32.next_pow2()
U32.op_and()
U32.op_not()
U32.op_or()
U32.op_xor()
U32.popcount()
U32.rem()
U32.rem_partial()
U32.rem_unsafe()
U32.remc()
U32.rotl()
U32.rotr()
U32.shl()
U32.shl_unsafe()
U32.shr()
U32.shr_unsafe()
U32.string()
U32.sub()
U32.sub_partial()
U32.sub_unsafe()
U32.subc()
U32.u128()
U32.u128_unsafe()
U32.u16()
U32.u16_unsafe()
U32.u32()
U32.u32_unsafe()
U32.u64()
U32.u64_unsafe()
U32.u8()
U32.u8_unsafe()
U32.ulong()
U32.ulong_unsafe()
U32.usize()
U32.usize_unsafe()
U64
U64.abs()
U64.add()
U64.add_partial()
U64.add_unsafe()
U64.addc()
U64.bit_reverse()
U64.bitwidth()
U64.bswap()
U64.bytewidth()
U64.clz()
U64.clz_unsafe()
U64.compare()
U64.create()
U64.ctz()
U64.ctz_unsafe()
U64.div()
U64.div_partial()
U64.div_unsafe()
U64.divc()
U64.divrem()
U64.divrem_partial()
U64.divrem_unsafe()
U64.eq()
U64.f32()
U64.f32_unsafe()
U64.f64()
U64.f64_unsafe()
U64.fld()
U64.fld_partial()
U64.fld_unsafe()
U64.fldc()
U64.from()
U64.ge()
U64.gt()
U64.hash()
U64.hash64()
U64.i128()
U64.i128_unsafe()
U64.i16()
U64.i16_unsafe()
U64.i32()
U64.i32_unsafe()
U64.i64()
U64.i64_unsafe()
U64.i8()
U64.i8_unsafe()
U64.ilong()
U64.ilong_unsafe()
U64.isize()
U64.isize_unsafe()
U64.le()
U64.lt()
U64.max()
U64.max_value()
U64.min()
U64.min_value()
U64.mod()
U64.mod_partial()
U64.mod_unsafe()
U64.modc()
U64.mul()
U64.mul_partial()
U64.mul_unsafe()
U64.mulc()
U64.ne()
U64.neg()
U64.neg_unsafe()
U64.next_pow2()
U64.op_and()
U64.op_not()
U64.op_or()
U64.op_xor()
U64.popcount()
U64.rem()
U64.rem_partial()
U64.rem_unsafe()
U64.remc()
U64.rotl()
U64.rotr()
U64.shl()
U64.shl_unsafe()
U64.shr()
U64.shr_unsafe()
U64.string()
U64.sub()
U64.sub_partial()
U64.sub_unsafe()
U64.subc()
U64.u128()
U64.u128_unsafe()
U64.u16()
U64.u16_unsafe()
U64.u32()
U64.u32_unsafe()
U64.u64()
U64.u64_unsafe()
U64.u8()
U64.u8_unsafe()
U64.ulong()
U64.ulong_unsafe()
U64.usize()
U64.usize_unsafe()
U8
U8.abs()
U8.add()
U8.add_partial()
U8.add_unsafe()
U8.addc()
U8.bit_reverse()
U8.bitwidth()
U8.bswap()
U8.bytewidth()
U8.clz()
U8.clz_unsafe()
U8.compare()
U8.create()
U8.ctz()
U8.ctz_unsafe()
U8.div()
U8.div_partial()
U8.div_unsafe()
U8.divc()
U8.divrem()
U8.divrem_partial()
U8.divrem_unsafe()
U8.eq()
U8.f32()
U8.f32_unsafe()
U8.f64()
U8.f64_unsafe()
U8.fld()
U8.fld_partial()
U8.fld_unsafe()
U8.fldc()
U8.from()
U8.ge()
U8.gt()
U8.hash()
U8.hash64()
U8.i128()
U8.i128_unsafe()
U8.i16()
U8.i16_unsafe()
U8.i32()
U8.i32_unsafe()
U8.i64()
U8.i64_unsafe()
U8.i8()
U8.i8_unsafe()
U8.ilong()
U8.ilong_unsafe()
U8.isize()
U8.isize_unsafe()
U8.le()
U8.lt()
U8.max()
U8.max_value()
U8.min()
U8.min_value()
U8.mod()
U8.mod_partial()
U8.mod_unsafe()
U8.modc()
U8.mul()
U8.mul_partial()
U8.mul_unsafe()
U8.mulc()
U8.ne()
U8.neg()
U8.neg_unsafe()
U8.next_pow2()
U8.op_and()
U8.op_not()
U8.op_or()
U8.op_xor()
U8.popcount()
U8.rem()
U8.rem_partial()
U8.rem_unsafe()
U8.remc()
U8.rotl()
U8.rotr()
U8.shl()
U8.shl_unsafe()
U8.shr()
U8.shr_unsafe()
U8.string()
U8.sub()
U8.sub_partial()
U8.sub_unsafe()
U8.subc()
U8.u128()
U8.u128_unsafe()
U8.u16()
U8.u16_unsafe()
U8.u32()
U8.u32_unsafe()
U8.u64()
U8.u64_unsafe()
U8.u8()
U8.u8_unsafe()
U8.ulong()
U8.ulong_unsafe()
U8.usize()
U8.usize_unsafe()
ULong
ULong.abs()
ULong.add()
ULong.add_partial()
ULong.add_unsafe()
ULong.addc()
ULong.bit_reverse()
ULong.bitwidth()
ULong.bswap()
ULong.bytewidth()
ULong.clz()
ULong.clz_unsafe()
ULong.compare()
ULong.create()
ULong.ctz()
ULong.ctz_unsafe()
ULong.div()
ULong.div_partial()
ULong.div_unsafe()
ULong.divc()
ULong.divrem()
ULong.divrem_partial()
ULong.divrem_unsafe()
ULong.eq()
ULong.f32()
ULong.f32_unsafe()
ULong.f64()
ULong.f64_unsafe()
ULong.fld()
ULong.fld_partial()
ULong.fld_unsafe()
ULong.fldc()
ULong.from()
ULong.ge()
ULong.gt()
ULong.hash()
ULong.hash64()
ULong.i128()
ULong.i128_unsafe()
ULong.i16()
ULong.i16_unsafe()
ULong.i32()
ULong.i32_unsafe()
ULong.i64()
ULong.i64_unsafe()
ULong.i8()
ULong.i8_unsafe()
ULong.ilong()
ULong.ilong_unsafe()
ULong.isize()
ULong.isize_unsafe()
ULong.le()
ULong.lt()
ULong.max()
ULong.max_value()
ULong.min()
ULong.min_value()
ULong.mod()
ULong.mod_partial()
ULong.mod_unsafe()
ULong.modc()
ULong.mul()
ULong.mul_partial()
ULong.mul_unsafe()
ULong.mulc()
ULong.ne()
ULong.neg()
ULong.neg_unsafe()
ULong.next_pow2()
ULong.op_and()
ULong.op_not()
ULong.op_or()
ULong.op_xor()
ULong.popcount()
ULong.rem()
ULong.rem_partial()
ULong.rem_unsafe()
ULong.remc()
ULong.rotl()
ULong.rotr()
ULong.shl()
ULong.shl_unsafe()
ULong.shr()
ULong.shr_unsafe()
ULong.string()
ULong.sub()
ULong.sub_partial()
ULong.sub_unsafe()
ULong.subc()
ULong.u128()
ULong.u128_unsafe()
ULong.u16()
ULong.u16_unsafe()
ULong.u32()
ULong.u32_unsafe()
ULong.u64()
ULong.u64_unsafe()
ULong.u8()
ULong.u8_unsafe()
ULong.ulong()
ULong.ulong_unsafe()
ULong.usize()
ULong.usize_unsafe()
USize
USize.abs()
USize.add()
USize.add_partial()
USize.add_unsafe()
USize.addc()
USize.bit_reverse()
USize.bitwidth()
USize.bswap()
USize.bytewidth()
USize.clz()
USize.clz_unsafe()
USize.compare()
USize.create()
USize.ctz()
USize.ctz_unsafe()
USize.div()
USize.div_partial()
USize.div_unsafe()
USize.divc()
USize.divrem()
USize.divrem_partial()
USize.divrem_unsafe()
USize.eq()
USize.f32()
USize.f32_unsafe()
USize.f64()
USize.f64_unsafe()
USize.fld()
USize.fld_partial()
USize.fld_unsafe()
USize.fldc()
USize.from()
USize.ge()
USize.gt()
USize.hash()
USize.hash64()
USize.i128()
USize.i128_unsafe()
USize.i16()
USize.i16_unsafe()
USize.i32()
USize.i32_unsafe()
USize.i64()
USize.i64_unsafe()
USize.i8()
USize.i8_unsafe()
USize.ilong()
USize.ilong_unsafe()
USize.isize()
USize.isize_unsafe()
USize.le()
USize.lt()
USize.max()
USize.max_value()
USize.min()
USize.min_value()
USize.mod()
USize.mod_partial()
USize.mod_unsafe()
USize.modc()
USize.mul()
USize.mul_partial()
USize.mul_unsafe()
USize.mulc()
USize.ne()
USize.neg()
USize.neg_unsafe()
USize.next_pow2()
USize.op_and()
USize.op_not()
USize.op_or()
USize.op_xor()
USize.popcount()
USize.rem()
USize.rem_partial()
USize.rem_unsafe()
USize.remc()
USize.rotl()
USize.rotr()
USize.shl()
USize.shl_unsafe()
USize.shr()
USize.shr_unsafe()
USize.string()
USize.sub()
USize.sub_partial()
USize.sub_unsafe()
USize.subc()
USize.u128()
USize.u128_unsafe()
USize.u16()
USize.u16_unsafe()
USize.u32()
USize.u32_unsafe()
USize.u64()
USize.u64_unsafe()
USize.u8()
USize.u8_unsafe()
USize.ulong()
USize.ulong_unsafe()
USize.usize()
USize.usize_unsafe()
Unsigned
UnsignedInteger
UnsignedInteger.abs()
UnsignedInteger.add()
UnsignedInteger.add_partial()
UnsignedInteger.add_unsafe()
UnsignedInteger.addc()
UnsignedInteger.bit_reverse()
UnsignedInteger.bitwidth()
UnsignedInteger.bswap()
UnsignedInteger.bytewidth()
UnsignedInteger.clz()
UnsignedInteger.clz_unsafe()
UnsignedInteger.compare()
UnsignedInteger.create()
UnsignedInteger.ctz()
UnsignedInteger.ctz_unsafe()
UnsignedInteger.div()
UnsignedInteger.div_partial()
UnsignedInteger.div_unsafe()
UnsignedInteger.divc()
UnsignedInteger.divrem()
UnsignedInteger.divrem_partial()
UnsignedInteger.divrem_unsafe()
UnsignedInteger.eq()
UnsignedInteger.f32()
UnsignedInteger.f32_unsafe()
UnsignedInteger.f64()
UnsignedInteger.f64_unsafe()
UnsignedInteger.fld()
UnsignedInteger.fld_partial()
UnsignedInteger.fld_unsafe()
UnsignedInteger.fldc()
UnsignedInteger.from()
UnsignedInteger.ge()
UnsignedInteger.gt()
UnsignedInteger.hash()
UnsignedInteger.hash64()
UnsignedInteger.i128()
UnsignedInteger.i128_unsafe()
UnsignedInteger.i16()
UnsignedInteger.i16_unsafe()
UnsignedInteger.i32()
UnsignedInteger.i32_unsafe()
UnsignedInteger.i64()
UnsignedInteger.i64_unsafe()
UnsignedInteger.i8()
UnsignedInteger.i8_unsafe()
UnsignedInteger.ilong()
UnsignedInteger.ilong_unsafe()
UnsignedInteger.isize()
UnsignedInteger.isize_unsafe()
UnsignedInteger.le()
UnsignedInteger.lt()
UnsignedInteger.max()
UnsignedInteger.max_value()
UnsignedInteger.min()
UnsignedInteger.min_value()
UnsignedInteger.mod()
UnsignedInteger.mod_partial()
UnsignedInteger.mod_unsafe()
UnsignedInteger.modc()
UnsignedInteger.mul()
UnsignedInteger.mul_partial()
UnsignedInteger.mul_unsafe()
UnsignedInteger.mulc()
UnsignedInteger.ne()
UnsignedInteger.neg()
UnsignedInteger.neg_unsafe()
UnsignedInteger.op_and()
UnsignedInteger.op_not()
UnsignedInteger.op_or()
UnsignedInteger.op_xor()
UnsignedInteger.popcount()
UnsignedInteger.rem()
UnsignedInteger.rem_partial()
UnsignedInteger.rem_unsafe()
UnsignedInteger.remc()
UnsignedInteger.rotl()
UnsignedInteger.rotr()
UnsignedInteger.shl()
UnsignedInteger.shl_unsafe()
UnsignedInteger.shr()
UnsignedInteger.shr_unsafe()
UnsignedInteger.string()
UnsignedInteger.sub()
UnsignedInteger.sub_partial()
UnsignedInteger.sub_unsafe()
UnsignedInteger.subc()
UnsignedInteger.u128()
UnsignedInteger.u128_unsafe()
UnsignedInteger.u16()
UnsignedInteger.u16_unsafe()
UnsignedInteger.u32()
UnsignedInteger.u32_unsafe()
UnsignedInteger.u64()
UnsignedInteger.u64_unsafe()
UnsignedInteger.u8()
UnsignedInteger.u8_unsafe()
UnsignedInteger.ulong()
UnsignedInteger.ulong_unsafe()
UnsignedInteger.usize()
UnsignedInteger.usize_unsafe()
bureaucracy
1. bureaucracy
Custodian
Custodian.apply()
Custodian.create()
Custodian.dispose()
Custodian.remove()
Registrar
Registrar.apply()
Registrar.create()
Registrar.remove()
Registrar.update()
capsicum
1. capsicum
Cap
Cap.accept()
Cap.acl_check()
Cap.acl_delete()
Cap.acl_get()
Cap.acl_set()
Cap.bind()
Cap.bindat()
Cap.chflagsat()
Cap.connect()
Cap.connectat()
Cap.creat()
Cap.create()
Cap.enter()
Cap.eq()
Cap.event()
Cap.exattr_delete()
Cap.exattr_get()
Cap.exattr_list()
Cap.exattr_set()
Cap.fchdir()
Cap.fchflags()
Cap.fchmod()
Cap.fchmodat()
Cap.fchown()
Cap.fchownat()
Cap.fcntl()
Cap.fexecve()
Cap.flock()
Cap.fpathconf()
Cap.fsck()
Cap.fstat()
Cap.fstatat()
Cap.fstatfs()
Cap.fsync()
Cap.ftruncate()
Cap.futimes()
Cap.futimesat()
Cap.getpeername()
Cap.getsockname()
Cap.getsockopt()
Cap.ioctl()
Cap.kqueue()
Cap.kqueue_change()
Cap.kqueue_event()
Cap.linkat()
Cap.listen()
Cap.lookup()
Cap.mac_get()
Cap.mac_set()
Cap.mkdirat()
Cap.mkfifoat()
Cap.mknodat()
Cap.mmap()
Cap.mmap_r()
Cap.mmap_rw()
Cap.mmap_rwx()
Cap.mmap_rx()
Cap.mmap_w()
Cap.mmap_wx()
Cap.mmap_x()
Cap.ne()
Cap.pdgetpid()
Cap.pdkill()
Cap.pdwait()
Cap.peeloff()
Cap.pread()
Cap.pwrite()
Cap.read()
Cap.recv()
Cap.renameat()
Cap.seek()
Cap.seek_tell()
Cap.sem_getvalue()
Cap.sem_post()
Cap.sem_wait()
Cap.send()
Cap.setsockopt()
Cap.shutdown()
Cap.sock_client()
Cap.sock_server()
Cap.symlinkat()
Cap.ttyhook()
Cap.unlinkat()
Cap.write()
CapRights
CapRights0
CapRights0.clear()
CapRights0.contains()
CapRights0.create()
CapRights0.descriptor()
CapRights0.from()
CapRights0.limit()
CapRights0.merge()
CapRights0.remove()
CapRights0.set()
CapRights0.unset()
cli
1. cli
Arg
Arg.bool()
Arg.create()
Arg.deb_string()
Arg.f64()
Arg.i64()
Arg.spec()
Arg.string()
Arg.string_seq()
Arg.u64()
ArgSpec
ArgSpec.bool()
ArgSpec.deb_string()
ArgSpec.descr()
ArgSpec.f64()
ArgSpec.help_string()
ArgSpec.i64()
ArgSpec.name()
ArgSpec.required()
ArgSpec.string()
ArgSpec.string_seq()
ArgSpec.u64()
Command
Command.arg()
Command.fullname()
Command.option()
Command.spec()
Command.string()
CommandHelp
CommandHelp.fullname()
CommandHelp.help_string()
CommandHelp.print_help()
CommandHelp.string()
CommandParser
CommandParser.create()
CommandParser.parse()
CommandSpec
CommandSpec.add_command()
CommandSpec.add_help()
CommandSpec.args()
CommandSpec.commands()
CommandSpec.descr()
CommandSpec.help_name()
CommandSpec.help_string()
CommandSpec.is_leaf()
CommandSpec.is_parent()
CommandSpec.leaf()
CommandSpec.name()
CommandSpec.options()
CommandSpec.parent()
EnvVars
EnvVars.apply()
EnvVars.create()
EnvVars.eq()
EnvVars.ne()
Help
Help.create()
Help.eq()
Help.for_command()
Help.general()
Help.ne()
Option
Option.bool()
Option.create()
Option.deb_string()
Option.f64()
Option.i64()
Option.spec()
Option.string()
Option.string_seq()
Option.u64()
OptionSpec
OptionSpec.bool()
OptionSpec.deb_string()
OptionSpec.descr()
OptionSpec.f64()
OptionSpec.help_string()
OptionSpec.i64()
OptionSpec.name()
OptionSpec.required()
OptionSpec.string()
OptionSpec.string_seq()
OptionSpec.u64()
SyntaxError
SyntaxError.create()
SyntaxError.string()
SyntaxError.token()
collections
1. collections
BinaryHeap
BinaryHeap.append()
BinaryHeap.clear()
BinaryHeap.concat()
BinaryHeap.create()
BinaryHeap.peek()
BinaryHeap.pop()
BinaryHeap.push()
BinaryHeap.size()
BinaryHeap.values()
BinaryHeapPriority
Flag
Flag.value()
Flags
Flags.add()
Flags.all()
Flags.apply()
Flags.clear()
Flags.clone()
Flags.compare()
Flags.create()
Flags.difference()
Flags.eq()
Flags.flip()
Flags.ge()
Flags.gt()
Flags.intersect()
Flags.le()
Flags.lt()
Flags.ne()
Flags.op_and()
Flags.op_or()
Flags.op_xor()
Flags.remove()
Flags.set()
Flags.sub()
Flags.union()
Flags.unset()
Flags.value()
Flags.without()
HashByteSeq
HashByteSeq.create()
HashByteSeq.eq()
HashByteSeq.hash()
HashByteSeq.hash64()
HashByteSeq.ne()
HashEq
HashEq.create()
HashEq.eq()
HashEq.hash()
HashEq.ne()
HashEq64
HashEq64.create()
HashEq64.eq()
HashEq64.hash64()
HashEq64.ne()
HashFunction
HashFunction.create()
HashFunction.eq()
HashFunction.hash()
HashFunction64
HashFunction64.create()
HashFunction64.eq()
HashFunction64.hash64()
HashIs
HashIs.create()
HashIs.eq()
HashIs.hash()
HashIs.hash64()
HashIs.ne()
HashMap
HashMap.add()
HashMap.apply()
HashMap.clear()
HashMap.clone()
HashMap.compact()
HashMap.concat()
HashMap.contains()
HashMap.create()
HashMap.get_or_else()
HashMap.index()
HashMap.insert()
HashMap.insert_if_absent()
HashMap.keys()
HashMap.next_index()
HashMap.pairs()
HashMap.remove()
HashMap.size()
HashMap.space()
HashMap.sub()
HashMap.update()
HashMap.upsert()
HashMap.values()
HashSet
HashSet.add()
HashSet.apply()
HashSet.clear()
HashSet.clone()
HashSet.compare()
HashSet.contains()
HashSet.create()
HashSet.difference()
HashSet.eq()
HashSet.extract()
HashSet.ge()
HashSet.gt()
HashSet.index()
HashSet.intersect()
HashSet.le()
HashSet.lt()
HashSet.ne()
HashSet.next_index()
HashSet.op_and()
HashSet.op_or()
HashSet.op_xor()
HashSet.remove()
HashSet.set()
HashSet.size()
HashSet.space()
HashSet.sub()
HashSet.union()
HashSet.unset()
HashSet.values()
HashSet.without()
Hashable
Hashable.hash()
Hashable64
Hashable64.hash64()
List
List.append()
List.append_list()
List.append_node()
List.apply()
List.clear()
List.clone()
List.concat()
List.contains()
List.create()
List.drop()
List.every()
List.exists()
List.filter()
List.flat_map()
List.fold()
List.from()
List.head()
List.index()
List.map()
List.nodes()
List.partition()
List.pop()
List.prepend_list()
List.prepend_node()
List.push()
List.remove()
List.reserve()
List.reverse()
List.rnodes()
List.rvalues()
List.shift()
List.size()
List.tail()
List.take()
List.take_while()
List.truncate()
List.unit()
List.unshift()
List.update()
List.values()
ListNode
ListNode.append()
ListNode.apply()
ListNode.create()
ListNode.has_next()
ListNode.has_prev()
ListNode.next()
ListNode.pop()
ListNode.prepend()
ListNode.prev()
ListNode.remove()
ListNode.update()
ListNodes
ListNodes.create()
ListNodes.has_next()
ListNodes.next()
ListValues
ListValues.create()
ListValues.has_next()
ListValues.next()
Map
MapIs
MapKeys
MapKeys.create()
MapKeys.has_next()
MapKeys.next()
MapPairs
MapPairs.create()
MapPairs.has_next()
MapPairs.next()
MapValues
MapValues.create()
MapValues.has_next()
MapValues.next()
MaxHeap
MaxHeapPriority
MaxHeapPriority.apply()
MaxHeapPriority.create()
MaxHeapPriority.eq()
MaxHeapPriority.ne()
MinHeap
MinHeapPriority
MinHeapPriority.apply()
MinHeapPriority.create()
MinHeapPriority.eq()
MinHeapPriority.ne()
Range
Range.create()
Range.has_next()
Range.is_infinite()
Range.next()
Range.rewind()
Reverse
Reverse.create()
Reverse.has_next()
Reverse.next()
Reverse.rewind()
RingBuffer
RingBuffer.apply()
RingBuffer.clear()
RingBuffer.create()
RingBuffer.head()
RingBuffer.push()
RingBuffer.size()
RingBuffer.space()
Set
SetIs
SetValues
SetValues.create()
SetValues.has_next()
SetValues.next()
Sort
Sort.apply()
Sort.create()
Sort.eq()
Sort.ne()
collections/persistent
1. collections/persistent
CollisionHash
CollisionHash.create()
CollisionHash.eq()
CollisionHash.hash()
CollisionHash.ne()
Cons
Cons.apply()
Cons.concat()
Cons.create()
Cons.drop()
Cons.drop_while()
Cons.every()
Cons.exists()
Cons.filter()
Cons.flat_map()
Cons.fold()
Cons.for_each()
Cons.head()
Cons.is_empty()
Cons.is_non_empty()
Cons.map()
Cons.partition()
Cons.prepend()
Cons.reverse()
Cons.size()
Cons.tail()
Cons.take()
Cons.take_while()
Cons.values()
HashMap
HashMap.add()
HashMap.apply()
HashMap.concat()
HashMap.contains()
HashMap.create()
HashMap.get_or_else()
HashMap.keys()
HashMap.pairs()
HashMap.remove()
HashMap.size()
HashMap.sub()
HashMap.update()
HashMap.values()
HashSet
HashSet.add()
HashSet.apply()
HashSet.compare()
HashSet.contains()
HashSet.create()
HashSet.eq()
HashSet.ge()
HashSet.gt()
HashSet.le()
HashSet.lt()
HashSet.ne()
HashSet.op_and()
HashSet.op_or()
HashSet.op_xor()
HashSet.size()
HashSet.sub()
HashSet.values()
HashSet.without()
List
Lists
Lists.apply()
Lists.cons()
Lists.create()
Lists.empty()
Lists.eq()
Lists.from()
Lists.ne()
Map
MapIs
MapKeys
MapKeys.create()
MapKeys.has_next()
MapKeys.next()
MapPairs
MapPairs.create()
MapPairs.has_next()
MapPairs.next()
MapValues
MapValues.create()
MapValues.has_next()
MapValues.next()
Nil
Nil.apply()
Nil.concat()
Nil.contains()
Nil.create()
Nil.drop()
Nil.drop_while()
Nil.eq()
Nil.every()
Nil.exists()
Nil.filter()
Nil.flat_map()
Nil.fold()
Nil.for_each()
Nil.head()
Nil.is_empty()
Nil.is_non_empty()
Nil.map()
Nil.ne()
Nil.partition()
Nil.prepend()
Nil.reverse()
Nil.size()
Nil.tail()
Nil.take()
Nil.take_while()
Nil.values()
Set
SetIs
Vec
Vec.apply()
Vec.concat()
Vec.contains()
Vec.create()
Vec.delete()
Vec.find()
Vec.insert()
Vec.keys()
Vec.pairs()
Vec.pop()
Vec.push()
Vec.remove()
Vec.reverse()
Vec.size()
Vec.slice()
Vec.update()
Vec.values()
VecKeys
VecKeys.create()
VecKeys.has_next()
VecKeys.next()
VecPairs
VecPairs.create()
VecPairs.has_next()
VecPairs.next()
VecValues
VecValues.create()
VecValues.has_next()
VecValues.next()
debug
1. debug
Debug
Debug.apply()
Debug.create()
Debug.eq()
Debug.err()
Debug.ne()
Debug.out()
DebugErr
DebugErr.create()
DebugErr.eq()
DebugErr.ne()
DebugOut
DebugOut.create()
DebugOut.eq()
DebugOut.ne()
DebugStream
encode/base64
1. encode/base64
Base64
Base64.create()
Base64.decode()
Base64.decode_url()
Base64.encode()
Base64.encode_mime()
Base64.encode_pem()
Base64.encode_url()