Skip to content

Latest commit

 

History

History
974 lines (974 loc) · 77 KB

File metadata and controls

974 lines (974 loc) · 77 KB

Module | Name | Int | Comp -----------------------------+-------------------------------------+-----+----- | equals | ✅ | ❌ | notEquals | ✅ | ❌ | print | ✅ | ❌ | printLine | ✅ | ❌ | printLines | ✅ | ❌ AltJson | Json | ✅ | ❌ AltJson | format | ✅ | ❌ AltJson | parse | ✅ | ❌ AltJson.ParseError | ParseError | ✅ | ❌ AltJson.ParseError | toString | ✅ | ❌ Base64 | decode | ✅ | ✅ Base64 | encode | ✅ | ✅ Base64 | urlDecode | ❌ | ✅ Base64 | urlEncode | ✅ | ✅ Bool | and | ✅ | ✅ Bool | not | ✅ | ✅ Bool | or | ✅ | ✅ Bool | toString | ✅ | ✅ Bool | xor | ✅ | ✅ Bytes | create | ❌ | ✅ Bytes | fromList | ❌ | ✅ Bytes | get | ❌ | ✅ Bytes | hexEncode | ✅ | ❌ Bytes | length | ❌ | ✅ Bytes | set | ❌ | ✅ Bytes | toList | ❌ | ✅ Char | fromCode | ❌ | ✅ Char | isASCII | ✅ | ❌ Char | isASCIILetter | ✅ | ❌ Char | isAlphanumeric | ❌ | ✅ Char | isDigit | ✅ | ✅ Char | isGreaterThan | ✅ | ❌ Char | isGreaterThanOrEqualTo | ✅ | ❌ Char | isLessThan | ✅ | ❌ Char | isLessThanOrEqualTo | ✅ | ❌ Char | isLetter | ❌ | ✅ Char | isLowercase | ✅ | ✅ Char | isUppercase | ✅ | ✅ Char | isWhitespace | ❌ | ✅ Char | toAsciiCode | ✅ | ❌ Char | toCode | ❌ | ✅ Char | toLowercase | ✅ | ✅ Char | toString | ✅ | ❌ Char | toUppercase | ✅ | ✅ Cli | ExecutionOutcome | ✅ | ❌ Cli | execute | ✅ | ❌ Cli | executeWithStdOutOrStdErr | ✅ | ❌ Cli | executeWithUnitOrStdErr | ✅ | ❌ Cli.Architecture | Architecture | ✅ | ❌ Cli.Architecture | getArchitecture | ✅ | ❌ Cli.Bash | addAlias | ✅ | ❌ Cli.Bash | applyBashConfigChanges | ✅ | ❌ Cli.Bash | deleteAlias | ✅ | ❌ Cli.Bash | overwriteBashrc | ✅ | ❌ Cli.Bash | readBashrc | ✅ | ❌ Cli.Curl | downloadFileToPath | ✅ | ❌ Cli.FileSystem | getDirectoryContents | ✅ | ❌ Cli.FileSystem | isDirectoryAtPath | ✅ | ❌ Cli.Fish | addAlias | ✅ | ❌ Cli.Fish | deleteAlias | ✅ | ❌ Cli.Fish | overwriteFishConfig | ✅ | ❌ Cli.Fish | readFishConfig | ✅ | ❌ Cli.Gunzip | unzipToFile | ✅ | ❌ Cli.Host | Host | ✅ | ❌ Cli.Host | getRuntimeHost | ✅ | ❌ Cli.OS | OS | ✅ | ❌ Cli.OS | getOS | ✅ | ❌ Cli.PowerShell | addAlias | ✅ | ❌ Cli.PowerShell | copyFile | ✅ | ❌ Cli.PowerShell | createFile | ✅ | ❌ Cli.PowerShell | deleteAlias | ✅ | ❌ Cli.PowerShell | ensureDirectoryExists | ✅ | ❌ Cli.PowerShell | fileExists | ✅ | ❌ Cli.PowerShell | getHomeDirectory | ✅ | ❌ Cli.PowerShell | grantExecutePermission | ✅ | ❌ Cli.PowerShell | removeFile | ✅ | ❌ Cli.PowerShell.Gzip | unzipToFile | ✅ | ❌ Cli.Process | ProcessHandle | ✅ | ❌ Cli.Process | communicate | ✅ | ❌ Cli.Process | spawn | ✅ | ❌ Cli.Process | terminate | ✅ | ❌ Cli.Shell | Shell | ✅ | ❌ Cli.Shell | getDefaultShell | ✅ | ❌ Cli.Stdin | readKey | ✅ | ❌ Cli.Stdin.Key | Key | ✅ | ❌ Cli.Stdin.Key | isControl | ✅ | ❌ Cli.Stdin.Key | isTextual | ✅ | ❌ Cli.Stdin.KeyRead | KeyRead | ✅ | ❌ Cli.Stdin.KeyRead | toString | ✅ | ❌ Cli.Stdin.Modifiers | Modifiers | ✅ | ❌ Cli.Stdin.Modifiers | toString | ✅ | ❌ Cli.Unix | addAlias | ✅ | ❌ Cli.Unix | areFilesIdentical | ✅ | ❌ Cli.Unix | copyFile | ✅ | ❌ Cli.Unix | deleteAlias | ✅ | ❌ Cli.Unix | ensureDirectoryExists | ✅ | ❌ Cli.Unix | executeInDirectoryAndRedirectToFile | ✅ | ❌ Cli.Unix | executeInDirectoryWithOutput | ✅ | ❌ Cli.Unix | fileExists | ✅ | ❌ Cli.Unix | findCommandPath | ✅ | ❌ Cli.Unix | getAbsolutePath | ✅ | ❌ Cli.Unix | getHomeDirectory | ✅ | ❌ Cli.Unix | grantExecutePermission | ✅ | ❌ Cli.Unix | isCommandAvailable | ✅ | ❌ Cli.Unix | removeDirectory | ✅ | ❌ Cli.Unix | removeFile | ✅ | ❌ Cli.Unix | showDiff | ✅ | ❌ Cli.Zsh | addAlias | ✅ | ❌ Cli.Zsh | applyZshConfigChanges | ✅ | ❌ Cli.Zsh | deleteAlias | ✅ | ❌ Cli.Zsh | overwriteZshrc | ✅ | ❌ Cli.Zsh | readZshrc | ✅ | ❌ Crypto | bytesToHex | ❌ | ✅ Crypto | debugAdd32 | ❌ | ✅ Crypto | debugAppendFirst4 | ❌ | ✅ Crypto | debugBitwiseOr | ❌ | ✅ Crypto | debugConsMatch | ❌ | ✅ Crypto | debugCopyFirst4 | ❌ | ✅ Crypto | debugFlattenFirst4 | ❌ | ✅ Crypto | debugFullHmac | ❌ | ✅ Crypto | debugGetBE32 | ❌ | ✅ Crypto | debugGetLE32 | ❌ | ✅ Crypto | debugHashCall | ❌ | ✅ Crypto | debugHmac20ByteKey | ❌ | ✅ Crypto | debugHmacAwsKey | ❌ | ✅ Crypto | debugHmacKeyLen | ❌ | ✅ Crypto | debugHmacPadLen | ❌ | ✅ Crypto | debugJustAssign | ❌ | ✅ Crypto | debugLeftShift | ❌ | ✅ Crypto | debugListOfLists | ❌ | ✅ Crypto | debugMd5AllRounds | ❌ | ✅ Crypto | debugMd5F | ❌ | ✅ Crypto | debugMd5FTrace | ❌ | ✅ Crypto | debugMd5G48to51 | ❌ | ✅ Crypto | debugMd5I | ❌ | ✅ Crypto | debugMd5K48to51 | ❌ | ✅ Crypto | debugMd5OneStep | ❌ | ✅ Crypto | debugMd5Padded | ❌ | ✅ Crypto | debugMd5PaddedLen | ❌ | ✅ Crypto | debugMd5ProcessBlock | ❌ | ✅ Crypto | debugMd5Round0 | ❌ | ✅ Crypto | debugMd5Round16 | ❌ | ✅ Crypto | debugMd5Round1Trace | ❌ | ✅ Crypto | debugMd5Round2 | ❌ | ✅ Crypto | debugMd5Round32 | ❌ | ✅ Crypto | debugMd5Round48 | ❌ | ✅ Crypto | debugMd5Round48Trace | ❌ | ✅ Crypto | debugMd5Round49 | ❌ | ✅ Crypto | debugMd5Round49Trace | ❌ | ✅ Crypto | debugMd5Round50 | ❌ | ✅ Crypto | debugMd5Round51 | ❌ | ✅ Crypto | debugMd5Round52 | ❌ | ✅ Crypto | debugMd5Round52Trace | ❌ | ✅ Crypto | debugMd5Round53 | ❌ | ✅ Crypto | debugMd5Round54 | ❌ | ✅ Crypto | debugMd5Round55to64 | ❌ | ✅ Crypto | debugMd5Round56 | ❌ | ✅ Crypto | debugMd5Round60 | ❌ | ✅ Crypto | debugMd5Round64 | ❌ | ✅ Crypto | debugMd5S48to51 | ❌ | ✅ Crypto | debugMd5Words | ❌ | ✅ Crypto | debugMd5Words11to14 | ❌ | ✅ Crypto | debugNot32 | ❌ | ✅ Crypto | debugRawNot | ❌ | ✅ Crypto | debugRotl32 | ❌ | ✅ Crypto | debugRotl32Full | ❌ | ✅ Crypto | debugRotl32Parts | ❌ | ✅ Crypto | debugRotr32 | ❌ | ✅ Crypto | debugRotr64 | ❌ | ✅ Crypto | debugRoundtrip4 | ❌ | ✅ Crypto | debugSha384FirstWord | ❌ | ✅ Crypto | debugSha384OneRound | ❌ | ✅ Crypto | debugSha384RoundsH0 | ❌ | ✅ Crypto | debugSha384Sigma1 | ❌ | ✅ Crypto | debugSha384T1 | ❌ | ✅ Crypto | debugShr64 | ❌ | ✅ Crypto | debugSimpleHmac | ❌ | ✅ Crypto | debugSingleListOfLists | ❌ | ✅ Crypto | debugTupleMatch | ❌ | ✅ Crypto | debugXorLists | ❌ | ✅ Crypto | md5 | ✅ | ✅ Crypto | sha1 | ❌ | ✅ Crypto | sha1hmac | ✅ | ✅ Crypto | sha256 | ✅ | ✅ Crypto | sha256hmac | ✅ | ✅ Crypto | sha384 | ✅ | ✅ Date | add | ❌ | ✅ Date | atStartOfDay | ❌ | ✅ Date | day | ❌ | ✅ Date | fromSeconds | ❌ | ✅ Date | greaterThan | ❌ | ✅ Date | greaterThanOrEqualTo | ❌ | ✅ Date | hour_v2 | ❌ | ✅ Date | lessThan | ❌ | ✅ Date | lessThanOrEqualTo | ❌ | ✅ Date | minute_v1 | ❌ | ✅ Date | month | ❌ | ✅ Date | parse_v2 | ❌ | ✅ Date | second_v1 | ❌ | ✅ Date | subtractSeconds | ❌ | ✅ Date | subtract_v1 | ❌ | ✅ Date | toSeconds | ❌ | ✅ Date | toString | ❌ | ✅ Date | toStringISO8601BasicDate | ❌ | ✅ Date | toStringISO8601BasicDateTime | ❌ | ✅ Date | today | ❌ | ✅ Date | weekday | ❌ | ✅ Date | year | ❌ | ✅ DateTime | addSeconds | ✅ | ❌ DateTime | atStartOfDay | ✅ | ❌ DateTime | day | ✅ | ❌ DateTime | fromSeconds | ✅ | ❌ DateTime | greaterThan | ✅ | ❌ DateTime | greaterThanOrEqualTo | ✅ | ❌ DateTime | hour | ✅ | ❌ DateTime | lessThan | ✅ | ❌ DateTime | lessThanOrEqualTo | ✅ | ❌ DateTime | minute | ✅ | ❌ DateTime | month | ✅ | ❌ DateTime | now | ✅ | ❌ DateTime | parse | ✅ | ❌ DateTime | second | ✅ | ❌ DateTime | subtract | ✅ | ❌ DateTime | subtractSeconds | ✅ | ❌ DateTime | toSeconds | ✅ | ❌ DateTime | toString | ✅ | ❌ DateTime | toStringISO8601BasicDate | ✅ | ❌ DateTime | toStringISO8601BasicDateTime | ✅ | ❌ DateTime | today | ✅ | ❌ DateTime | weekday | ✅ | ❌ DateTime | year | ✅ | ❌ Dict | empty | ✅ | ❌ Dict | filter | ✅ | ❌ Dict | filterMap | ✅ | ❌ Dict | fromList | ✅ | ❌ Dict | fromListOverwritingDuplicates | ✅ | ❌ Dict | get | ✅ | ❌ Dict | isEmpty | ✅ | ❌ Dict | iter | ✅ | ❌ Dict | keys | ✅ | ❌ Dict | map | ✅ | ❌ Dict | member | ✅ | ❌ Dict | merge | ✅ | ❌ Dict | remove | ✅ | ❌ Dict | set | ✅ | ❌ Dict | setOverridingDuplicates | ✅ | ❌ Dict | singleton | ✅ | ❌ Dict | size | ✅ | ❌ Dict | toList | ✅ | ❌ Dict | values | ✅ | ❌ Float | ParseError | ✅ | ❌ Float | absoluteValue | ✅ | ❌ Float | add | ✅ | ❌ Float | ceiling | ✅ | ❌ Float | clamp | ✅ | ❌ Float | divide | ✅ | ❌ Float | floor | ✅ | ❌ Float | greaterThan | ✅ | ❌ Float | greaterThanOrEqualTo | ✅ | ❌ Float | isNaN | ✅ | ❌ Float | lessThan | ✅ | ❌ Float | lessThanOrEqualTo | ✅ | ❌ Float | max | ✅ | ❌ Float | min | ✅ | ❌ Float | multiply | ✅ | ❌ Float | negate | ✅ | ❌ Float | parse | ✅ | ❌ Float | power | ✅ | ❌ Float | round | ✅ | ❌ Float | roundDown | ✅ | ❌ Float | roundTowardsZero | ✅ | ❌ Float | roundUp | ✅ | ❌ Float | sqrt | ✅ | ❌ Float | subtract | ✅ | ❌ Float | sum | ✅ | ❌ Float | toString | ✅ | ❌ Float | truncate | ✅ | ❌ Float64 | toString | ❌ | ✅ Fun | identity | ✅ | ❌ Html | HtmlTag | ✅ | ❌ Html | Node | ✅ | ❌ Html | a | ✅ | ❌ Html | body | ✅ | ❌ Html | br | ✅ | ❌ Html | button | ✅ | ❌ Html | caption | ✅ | ❌ Html | code | ✅ | ❌ Html | col | ✅ | ❌ Html | colgroup | ✅ | ❌ Html | comment | ✅ | ❌ Html | div | ✅ | ❌ Html | document | ✅ | ❌ Html | footer | ✅ | ❌ Html | form | ✅ | ❌ Html | h1 | ✅ | ❌ Html | h2 | ✅ | ❌ Html | h3 | ✅ | ❌ Html | h4 | ✅ | ❌ Html | h5 | ✅ | ❌ Html | h6 | ✅ | ❌ Html | head | ✅ | ❌ Html | html | ✅ | ❌ Html | htmlTagNode | ✅ | ❌ Html | i | ✅ | ❌ Html | img | ✅ | ❌ Html | input | ✅ | ❌ Html | label | ✅ | ❌ Html | li | ✅ | ❌ Html | link | ✅ | ❌ Html | meta | ✅ | ❌ Html | nav | ✅ | ❌ Html | nodeToString | ✅ | ❌ Html | ol | ✅ | ❌ Html | p | ✅ | ❌ Html | path | ✅ | ❌ Html | pre | ✅ | ❌ Html | script | ✅ | ❌ Html | section | ✅ | ❌ Html | span | ✅ | ❌ Html | stringNode | ✅ | ❌ Html | svg | ✅ | ❌ Html | table | ✅ | ❌ Html | tbody | ✅ | ❌ Html | td | ✅ | ❌ Html | tfoot | ✅ | ❌ Html | th | ✅ | ❌ Html | thead | ✅ | ❌ Html | title | ✅ | ❌ Html | tr | ✅ | ❌ Html | ul | ✅ | ❌ Html | voidElements | ✅ | ❌ Http | Cookie | ✅ | ❌ Http | Request | ✅ | ❌ Http | Response | ✅ | ❌ Http | badRequest | ✅ | ❌ Http | forbidden | ✅ | ❌ Http | notFound | ✅ | ❌ Http | redirectTo | ✅ | ❌ Http | response | ✅ | ❌ Http | responseWithHeaders | ✅ | ❌ Http | responseWithHtml | ✅ | ❌ Http | responseWithJson | ✅ | ❌ Http | responseWithText | ✅ | ❌ Http | success | ✅ | ❌ Http | unauthorized | ✅ | ❌ Http.Request | queryParam | ✅ | ❌ Http.Request | queryParams | ✅ | ❌ HttpClient | BadHeader | ✅ | ❌ HttpClient | BadUrlDetails | ✅ | ❌ HttpClient | RequestError | ✅ | ❌ HttpClient | Response | ✅ | ❌ HttpClient | basicAuth | ✅ | ❌ HttpClient | bearerToken | ✅ | ❌ HttpClient | delete | ✅ | ❌ HttpClient | get | ✅ | ❌ HttpClient | head | ✅ | ❌ HttpClient | options | ✅ | ❌ HttpClient | post | ✅ | ❌ HttpClient | put | ✅ | ❌ HttpClient | request | ✅ | ❌ HttpClient | toString | ✅ | ❌ HttpClient.ContentType | form | ✅ | ❌ HttpClient.ContentType | html | ✅ | ❌ HttpClient.ContentType | json | ✅ | ❌ HttpClient.ContentType | plainText | ✅ | ❌ Int128 | ParseError | ✅ | ❌ Int128 | absoluteValue | ✅ | ❌ Int128 | add | ✅ | ❌ Int128 | clamp | ✅ | ❌ Int128 | divide | ✅ | ❌ Int128 | fromInt16 | ✅ | ❌ Int128 | fromInt32 | ✅ | ❌ Int128 | fromInt64 | ✅ | ❌ Int128 | fromInt8 | ✅ | ❌ Int128 | fromUInt16 | ✅ | ❌ Int128 | fromUInt32 | ✅ | ❌ Int128 | fromUInt64 | ✅ | ❌ Int128 | fromUInt8 | ✅ | ❌ Int128 | greaterThan | ✅ | ❌ Int128 | greaterThanOrEqualTo | ✅ | ❌ Int128 | lessThan | ✅ | ❌ Int128 | lessThanOrEqualTo | ✅ | ❌ Int128 | max | ✅ | ❌ Int128 | min | ✅ | ❌ Int128 | mod | ✅ | ❌ Int128 | multiply | ✅ | ❌ Int128 | negate | ✅ | ❌ Int128 | parse | ✅ | ❌ Int128 | remainder | ✅ | ❌ Int128 | sqrt | ✅ | ❌ Int128 | subtract | ✅ | ❌ Int128 | sum | ✅ | ❌ Int128 | toFloat | ✅ | ❌ Int128 | toString | ✅ | ❌ Int16 | ParseError | ✅ | ❌ Int16 | absoluteValue | ✅ | ✅ Int16 | add | ✅ | ✅ Int16 | bitwiseAnd | ❌ | ✅ Int16 | bitwiseNot | ❌ | ✅ Int16 | bitwiseOr | ❌ | ✅ Int16 | bitwiseXor | ❌ | ✅ Int16 | clamp | ✅ | ✅ Int16 | div | ❌ | ✅ Int16 | divide | ✅ | ❌ Int16 | fromInt128 | ✅ | ❌ Int16 | fromInt32 | ✅ | ❌ Int16 | fromInt64 | ✅ | ❌ Int16 | fromInt8 | ✅ | ❌ Int16 | fromUInt128 | ✅ | ❌ Int16 | fromUInt16 | ✅ | ❌ Int16 | fromUInt32 | ✅ | ❌ Int16 | fromUInt64 | ✅ | ❌ Int16 | fromUInt8 | ✅ | ❌ Int16 | greaterThan | ✅ | ✅ Int16 | greaterThanOrEqualTo | ✅ | ✅ Int16 | isEven | ❌ | ✅ Int16 | isOdd | ❌ | ✅ Int16 | lessThan | ✅ | ✅ Int16 | lessThanOrEqualTo | ✅ | ✅ Int16 | max | ✅ | ✅ Int16 | min | ✅ | ✅ Int16 | mod | ✅ | ✅ Int16 | mul | ❌ | ✅ Int16 | multiply | ✅ | ❌ Int16 | negate | ✅ | ✅ Int16 | parse | ✅ | ❌ Int16 | popcount | ❌ | ✅ Int16 | power | ✅ | ✅ Int16 | random | ✅ | ❌ Int16 | remainder | ✅ | ❌ Int16 | shiftLeft | ❌ | ✅ Int16 | shiftRight | ❌ | ✅ Int16 | sqrt | ✅ | ❌ Int16 | sub | ❌ | ✅ Int16 | subtract | ✅ | ❌ Int16 | sum | ✅ | ✅ Int16 | toFloat | ✅ | ❌ Int16 | toString | ✅ | ✅ Int32 | ParseError | ✅ | ❌ Int32 | absoluteValue | ✅ | ✅ Int32 | add | ✅ | ✅ Int32 | bitwiseAnd | ❌ | ✅ Int32 | bitwiseNot | ❌ | ✅ Int32 | bitwiseOr | ❌ | ✅ Int32 | bitwiseXor | ❌ | ✅ Int32 | clamp | ✅ | ✅ Int32 | div | ❌ | ✅ Int32 | divide | ✅ | ❌ Int32 | fromInt128 | ✅ | ❌ Int32 | fromInt16 | ✅ | ❌ Int32 | fromInt64 | ✅ | ❌ Int32 | fromInt8 | ✅ | ❌ Int32 | fromUInt128 | ✅ | ❌ Int32 | fromUInt16 | ✅ | ❌ Int32 | fromUInt32 | ✅ | ❌ Int32 | fromUInt64 | ✅ | ❌ Int32 | fromUInt8 | ✅ | ❌ Int32 | greaterThan | ✅ | ✅ Int32 | greaterThanOrEqualTo | ✅ | ✅ Int32 | isEven | ❌ | ✅ Int32 | isOdd | ❌ | ✅ Int32 | lessThan | ✅ | ✅ Int32 | lessThanOrEqualTo | ✅ | ✅ Int32 | max | ✅ | ✅ Int32 | min | ✅ | ✅ Int32 | mod | ✅ | ✅ Int32 | mul | ❌ | ✅ Int32 | multiply | ✅ | ❌ Int32 | negate | ✅ | ✅ Int32 | parse | ✅ | ❌ Int32 | popcount | ❌ | ✅ Int32 | power | ✅ | ✅ Int32 | random | ✅ | ❌ Int32 | remainder | ✅ | ❌ Int32 | shiftLeft | ❌ | ✅ Int32 | shiftRight | ❌ | ✅ Int32 | sqrt | ✅ | ❌ Int32 | sub | ❌ | ✅ Int32 | subtract | ✅ | ❌ Int32 | sum | ✅ | ✅ Int32 | toFloat | ✅ | ❌ Int32 | toString | ✅ | ✅ Int64 | ParseError | ✅ | ❌ Int64 | absoluteValue | ✅ | ✅ Int64 | add | ✅ | ✅ Int64 | bitwiseAnd | ❌ | ✅ Int64 | bitwiseNot | ❌ | ✅ Int64 | bitwiseOr | ❌ | ✅ Int64 | bitwiseXor | ❌ | ✅ Int64 | clamp | ✅ | ✅ Int64 | div | ❌ | ✅ Int64 | divide | ✅ | ❌ Int64 | fromFloat | ✅ | ❌ Int64 | fromInt128 | ✅ | ❌ Int64 | fromInt16 | ✅ | ❌ Int64 | fromInt32 | ✅ | ❌ Int64 | fromInt8 | ✅ | ❌ Int64 | fromUInt128 | ✅ | ❌ Int64 | fromUInt16 | ✅ | ❌ Int64 | fromUInt32 | ✅ | ❌ Int64 | fromUInt64 | ✅ | ❌ Int64 | fromUInt8 | ✅ | ❌ Int64 | greaterThan | ✅ | ✅ Int64 | greaterThanOrEqualTo | ✅ | ✅ Int64 | isEven | ❌ | ✅ Int64 | isOdd | ❌ | ✅ Int64 | lessThan | ✅ | ✅ Int64 | lessThanOrEqualTo | ✅ | ✅ Int64 | max | ✅ | ✅ Int64 | min | ✅ | ✅ Int64 | mod | ✅ | ✅ Int64 | mul | ❌ | ✅ Int64 | multiply | ✅ | ❌ Int64 | negate | ✅ | ✅ Int64 | parse | ✅ | ❌ Int64 | popcount | ❌ | ✅ Int64 | power | ✅ | ✅ Int64 | random | ✅ | ❌ Int64 | remainder | ✅ | ❌ Int64 | shiftLeft | ❌ | ✅ Int64 | shiftRight | ❌ | ✅ Int64 | sqrt | ✅ | ❌ Int64 | sub | ❌ | ✅ Int64 | subtract | ✅ | ❌ Int64 | sum | ✅ | ✅ Int64 | toFloat | ✅ | ❌ Int64 | toString | ✅ | ✅ Int8 | ParseError | ✅ | ❌ Int8 | absoluteValue | ✅ | ✅ Int8 | add | ✅ | ✅ Int8 | bitwiseAnd | ❌ | ✅ Int8 | bitwiseNot | ❌ | ✅ Int8 | bitwiseOr | ❌ | ✅ Int8 | bitwiseXor | ❌ | ✅ Int8 | clamp | ✅ | ✅ Int8 | div | ❌ | ✅ Int8 | divide | ✅ | ❌ Int8 | fromInt128 | ✅ | ❌ Int8 | fromInt16 | ✅ | ❌ Int8 | fromInt32 | ✅ | ❌ Int8 | fromInt64 | ✅ | ❌ Int8 | fromUInt128 | ✅ | ❌ Int8 | fromUInt16 | ✅ | ❌ Int8 | fromUInt32 | ✅ | ❌ Int8 | fromUInt64 | ✅ | ❌ Int8 | fromUInt8 | ✅ | ❌ Int8 | greaterThan | ✅ | ✅ Int8 | greaterThanOrEqualTo | ✅ | ✅ Int8 | isEven | ❌ | ✅ Int8 | isOdd | ❌ | ✅ Int8 | lessThan | ✅ | ✅ Int8 | lessThanOrEqualTo | ✅ | ✅ Int8 | max | ✅ | ✅ Int8 | min | ✅ | ✅ Int8 | mod | ✅ | ✅ Int8 | mul | ❌ | ✅ Int8 | multiply | ✅ | ❌ Int8 | negate | ✅ | ✅ Int8 | parse | ✅ | ❌ Int8 | popcount | ❌ | ✅ Int8 | power | ✅ | ✅ Int8 | random | ✅ | ❌ Int8 | remainder | ✅ | ❌ Int8 | shiftLeft | ❌ | ✅ Int8 | shiftRight | ❌ | ✅ Int8 | sqrt | ✅ | ❌ Int8 | sub | ❌ | ✅ Int8 | subtract | ✅ | ❌ Int8 | sum | ✅ | ✅ Int8 | toFloat | ✅ | ❌ Int8 | toString | ✅ | ✅ List | ChunkBySizeError | ✅ | ❌ List | all | ✅ | ❌ List | any | ✅ | ❌ List | append | ✅ | ❌ List | chunkBySize | ✅ | ❌ List | chunkBySizeHelper | ✅ | ❌ List | drop | ✅ | ❌ List | dropLast | ✅ | ❌ List | dropWhile | ✅ | ❌ List | empty | ✅ | ❌ List | filter | ✅ | ❌ List | filterMap | ✅ | ❌ List | findFirst | ✅ | ❌ List | flatten | ✅ | ❌ List | fold | ✅ | ❌ List | getAt | ✅ | ❌ List | groupByWithKey | ✅ | ❌ List | head | ✅ | ❌ List | indexedMap | ✅ | ❌ List | interleave | ✅ | ❌ List | interpose | ✅ | ❌ List | isEmpty | ✅ | ❌ List | iter | ✅ | ❌ List | last | ✅ | ❌ List | length | ✅ | ❌ List | map | ✅ | ❌ List | map2 | ✅ | ❌ List | map2shortest | ✅ | ❌ List | map2shortestHelper | ✅ | ❌ List | member | ✅ | ❌ List | partition | ✅ | ❌ List | push | ✅ | ❌ List | pushBack | ✅ | ❌ List | randomElement | ✅ | ❌ List | range | ✅ | ✅ List | repeat | ✅ | ❌ List | repeatUnsafe | ✅ | ❌ List | reverse | ✅ | ❌ List | reverseHelper | ✅ | ❌ List | singleton | ✅ | ❌ List | sort | ✅ | ❌ List | sortBy | ✅ | ❌ List | sortByComparator | ✅ | ❌ List | splitLast | ✅ | ❌ List | tail | ✅ | ❌ List | take | ✅ | ❌ List | takeWhile | ✅ | ❌ List | toDisplayString_bool | ❌ | ✅ List | toDisplayString_f64 | ❌ | ✅ List | toDisplayString_i64 | ❌ | ✅ List | toDisplayString_str | ❌ | ✅ List | unique | ✅ | ❌ List | uniqueBy | ✅ | ❌ List | unzip | ✅ | ❌ List | zip | ✅ | ❌ List | zipShortest | ✅ | ❌ List.SortByComparatorHelpers | merge | ✅ | ❌ List.SortByComparatorHelpers | mergeSort | ✅ | ❌ List.SortByComparatorHelpers | splitList | ✅ | ❌ List.SortByComparatorHelpers | validate | ✅ | ❌ Math | abs | ❌ | ✅ Math | acos | ✅ | ❌ Math | asin | ✅ | ❌ Math | atan | ✅ | ❌ Math | atan2 | ✅ | ❌ Math | ceiling | ❌ | ✅ Math | cos | ✅ | ❌ Math | cosh | ✅ | ❌ Math | degrees | ✅ | ❌ Math | e | ❌ | ✅ Math | floor | ❌ | ✅ Math | pi | ✅ | ✅ Math | radians | ✅ | ❌ Math | round | ❌ | ✅ Math | sin | ✅ | ❌ Math | sinh | ✅ | ❌ Math | sqrt | ❌ | ✅ Math | tan | ✅ | ❌ Math | tanh | ✅ | ❌ Math | tau | ✅ | ❌ Math | truncate | ❌ | ✅ Math | turns | ✅ | ❌ Option | Option | ✅ | ✅ Option | and | ✅ | ❌ Option | andThen | ✅ | ❌ Option | andThen2 | ✅ | ❌ Option | andThen3 | ✅ | ❌ Option | andThen4 | ✅ | ❌ Option | combine | ✅ | ❌ Option | isNone | ✅ | ❌ Option | isSome | ✅ | ❌ Option | join | ✅ | ❌ Option | map | ✅ | ❌ Option | map2 | ✅ | ❌ Option | map3 | ✅ | ❌ Option | map4 | ✅ | ❌ Option | map5 | ✅ | ❌ Option | mapWithDefault | ✅ | ❌ Option | or | ✅ | ❌ Option | toList | ✅ | ❌ Option | toResult | ✅ | ❌ Option | values | ✅ | ❌ Option | withDefault | ✅ | ❌ Path | combine | ❌ | ✅ Path | tempDir | ❌ | ✅ Platform | isLinux | ❌ | ✅ Platform | isMacOS | ❌ | ✅ Result | Result | ✅ | ✅ Result | and | ✅ | ❌ Result | andThen | ✅ | ❌ Result | collect | ✅ | ❌ Result | combine | ✅ | ❌ Result | fromOption | ✅ | ❌ Result | isError | ✅ | ❌ Result | isOk | ✅ | ❌ Result | join | ✅ | ❌ Result | map | ✅ | ❌ Result | map2 | ✅ | ❌ Result | map3 | ✅ | ❌ Result | map4 | ✅ | ❌ Result | map5 | ✅ | ❌ Result | mapError | ✅ | ❌ Result | mapWithDefault | ✅ | ❌ Result | or | ✅ | ❌ Result | toList | ✅ | ❌ Result | toOption | ✅ | ❌ Result | values | ✅ | ❌ Result | withDefault | ✅ | ❌ String | append | ✅ | ✅ String | articleFor | ✅ | ❌ String | base64Decode | ✅ | ❌ String | base64Encode | ✅ | ❌ String | base64UrlEncode | ✅ | ❌ String | codepointLength | ❌ | ✅ String | contains | ✅ | ✅ String | digest | ✅ | ❌ String | drop | ❌ | ✅ String | dropFirst | ✅ | ✅ String | dropLast | ✅ | ✅ String | ellipsis | ✅ | ❌ String | endsWith | ✅ | ✅ String | equals | ❌ | ✅ String | first | ✅ | ✅ String | fromBytes | ✅ | ❌ String | fromBytesWithReplacement | ✅ | ❌ String | fromChar | ✅ | ❌ String | fromCodepoints | ❌ | ✅ String | fromList | ✅ | ❌ String | getByteAt | ❌ | ✅ String | graphemeLength | ❌ | ✅ String | head | ✅ | ✅ String | htmlEscape | ✅ | ❌ String | indexOf | ✅ | ✅ String | isEmpty | ✅ | ✅ String | join | ✅ | ✅ String | last | ✅ | ✅ String | lastIndexOf | ✅ | ❌ String | length | ✅ | ✅ String | map | ✅ | ❌ String | newline | ✅ | ✅ String | padEnd | ✅ | ✅ String | padStart | ✅ | ✅ String | prepend | ✅ | ✅ String | random | ✅ | ❌ String | repeat | ✅ | ✅ String | replace | ❌ | ✅ String | replaceAll | ✅ | ❌ String | reverse | ✅ | ✅ String | slice | ✅ | ✅ String | split | ✅ | ✅ String | splitOnNewline | ✅ | ❌ String | startsWith | ✅ | ✅ String | substring | ❌ | ✅ String | take | ❌ | ✅ String | toBytes | ✅ | ❌ String | toCodepoints | ❌ | ✅ String | toGraphemes | ❌ | ✅ String | toList | ✅ | ❌ String | toLowerCase | ❌ | ✅ String | toLowercase | ✅ | ❌ String | toOrdinal | ✅ | ❌ String | toUpperCase | ❌ | ✅ String | toUppercase | ✅ | ❌ String | trim | ✅ | ✅ String | trimEnd | ✅ | ✅ String | trimStart | ✅ | ✅ Tuple2 | create | ✅ | ❌ Tuple2 | first | ✅ | ❌ Tuple2 | mapBoth | ✅ | ❌ Tuple2 | mapFirst | ✅ | ❌ Tuple2 | mapSecond | ✅ | ❌ Tuple2 | second | ✅ | ❌ Tuple2 | swap | ✅ | ❌ Tuple3 | create | ✅ | ❌ Tuple3 | first | ✅ | ❌ Tuple3 | mapAllThree | ✅ | ❌ Tuple3 | mapFirst | ✅ | ❌ Tuple3 | mapSecond | ✅ | ❌ Tuple3 | mapThird | ✅ | ❌ Tuple3 | second | ✅ | ❌ Tuple3 | third | ✅ | ❌ UInt128 | ParseError | ✅ | ❌ UInt128 | add | ✅ | ❌ UInt128 | clamp | ✅ | ❌ UInt128 | divide | ✅ | ❌ UInt128 | fromUInt16 | ✅ | ❌ UInt128 | fromUInt32 | ✅ | ❌ UInt128 | fromUInt64 | ✅ | ❌ UInt128 | fromUInt8 | ✅ | ❌ UInt128 | greaterThan | ✅ | ❌ UInt128 | greaterThanOrEqualTo | ✅ | ❌ UInt128 | lessThan | ✅ | ❌ UInt128 | lessThanOrEqualTo | ✅ | ❌ UInt128 | max | ✅ | ❌ UInt128 | min | ✅ | ❌ UInt128 | mod | ✅ | ❌ UInt128 | multiply | ✅ | ❌ UInt128 | parse | ✅ | ❌ UInt128 | sqrt | ✅ | ❌ UInt128 | subtract | ✅ | ❌ UInt128 | sum | ✅ | ❌ UInt128 | toFloat | ✅ | ❌ UInt128 | toString | ✅ | ❌ UInt16 | ParseError | ✅ | ❌ UInt16 | absoluteValue | ❌ | ✅ UInt16 | add | ✅ | ✅ UInt16 | bitwiseAnd | ❌ | ✅ UInt16 | bitwiseNot | ❌ | ✅ UInt16 | bitwiseOr | ❌ | ✅ UInt16 | bitwiseXor | ❌ | ✅ UInt16 | clamp | ✅ | ✅ UInt16 | div | ❌ | ✅ UInt16 | divide | ✅ | ❌ UInt16 | fromInt128 | ✅ | ❌ UInt16 | fromInt16 | ✅ | ❌ UInt16 | fromInt32 | ✅ | ❌ UInt16 | fromInt64 | ✅ | ❌ UInt16 | fromInt8 | ✅ | ❌ UInt16 | fromUInt128 | ✅ | ❌ UInt16 | fromUInt32 | ✅ | ❌ UInt16 | fromUInt64 | ✅ | ❌ UInt16 | fromUInt8 | ✅ | ❌ UInt16 | greaterThan | ✅ | ✅ UInt16 | greaterThanOrEqualTo | ✅ | ✅ UInt16 | isEven | ❌ | ✅ UInt16 | isOdd | ❌ | ✅ UInt16 | lessThan | ✅ | ✅ UInt16 | lessThanOrEqualTo | ✅ | ✅ UInt16 | max | ✅ | ✅ UInt16 | min | ✅ | ✅ UInt16 | mod | ✅ | ✅ UInt16 | mul | ❌ | ✅ UInt16 | multiply | ✅ | ❌ UInt16 | negate | ❌ | ✅ UInt16 | parse | ✅ | ❌ UInt16 | popcount | ❌ | ✅ UInt16 | power | ✅ | ✅ UInt16 | random | ✅ | ❌ UInt16 | shiftLeft | ❌ | ✅ UInt16 | shiftRight | ❌ | ✅ UInt16 | sqrt | ✅ | ❌ UInt16 | sub | ❌ | ✅ UInt16 | subtract | ✅ | ❌ UInt16 | sum | ✅ | ✅ UInt16 | toFloat | ✅ | ❌ UInt16 | toString | ✅ | ✅ UInt32 | ParseError | ✅ | ❌ UInt32 | absoluteValue | ❌ | ✅ UInt32 | add | ✅ | ✅ UInt32 | bitwiseAnd | ❌ | ✅ UInt32 | bitwiseNot | ❌ | ✅ UInt32 | bitwiseOr | ❌ | ✅ UInt32 | bitwiseXor | ❌ | ✅ UInt32 | clamp | ✅ | ✅ UInt32 | div | ❌ | ✅ UInt32 | divide | ✅ | ❌ UInt32 | fromInt128 | ✅ | ❌ UInt32 | fromInt16 | ✅ | ❌ UInt32 | fromInt32 | ✅ | ❌ UInt32 | fromInt64 | ✅ | ❌ UInt32 | fromInt8 | ✅ | ❌ UInt32 | fromUInt128 | ✅ | ❌ UInt32 | fromUInt16 | ✅ | ❌ UInt32 | fromUInt64 | ✅ | ❌ UInt32 | fromUInt8 | ✅ | ❌ UInt32 | greaterThan | ✅ | ✅ UInt32 | greaterThanOrEqualTo | ✅ | ✅ UInt32 | isEven | ❌ | ✅ UInt32 | isOdd | ❌ | ✅ UInt32 | lessThan | ✅ | ✅ UInt32 | lessThanOrEqualTo | ✅ | ✅ UInt32 | max | ✅ | ✅ UInt32 | min | ✅ | ✅ UInt32 | mod | ✅ | ✅ UInt32 | mul | ❌ | ✅ UInt32 | multiply | ✅ | ❌ UInt32 | negate | ❌ | ✅ UInt32 | parse | ✅ | ❌ UInt32 | popcount | ❌ | ✅ UInt32 | power | ✅ | ✅ UInt32 | random | ✅ | ❌ UInt32 | shiftLeft | ❌ | ✅ UInt32 | shiftRight | ❌ | ✅ UInt32 | sqrt | ✅ | ❌ UInt32 | sub | ❌ | ✅ UInt32 | subtract | ✅ | ❌ UInt32 | sum | ✅ | ✅ UInt32 | toFloat | ✅ | ❌ UInt32 | toString | ✅ | ✅ UInt64 | ParseError | ✅ | ❌ UInt64 | absoluteValue | ❌ | ✅ UInt64 | add | ✅ | ✅ UInt64 | bitwiseAnd | ❌ | ✅ UInt64 | bitwiseNot | ❌ | ✅ UInt64 | bitwiseOr | ❌ | ✅ UInt64 | bitwiseXor | ❌ | ✅ UInt64 | clamp | ✅ | ✅ UInt64 | div | ❌ | ✅ UInt64 | divide | ✅ | ❌ UInt64 | fromFloat | ✅ | ❌ UInt64 | fromInt128 | ✅ | ❌ UInt64 | fromInt16 | ✅ | ❌ UInt64 | fromInt32 | ✅ | ❌ UInt64 | fromInt64 | ✅ | ❌ UInt64 | fromInt8 | ✅ | ❌ UInt64 | fromUInt128 | ✅ | ❌ UInt64 | fromUInt16 | ✅ | ❌ UInt64 | fromUInt32 | ✅ | ❌ UInt64 | fromUInt8 | ✅ | ❌ UInt64 | greaterThan | ✅ | ✅ UInt64 | greaterThanOrEqualTo | ✅ | ✅ UInt64 | isEven | ❌ | ✅ UInt64 | isOdd | ❌ | ✅ UInt64 | lessThan | ✅ | ✅ UInt64 | lessThanOrEqualTo | ✅ | ✅ UInt64 | max | ✅ | ✅ UInt64 | min | ✅ | ✅ UInt64 | mod | ✅ | ✅ UInt64 | mul | ❌ | ✅ UInt64 | multiply | ✅ | ❌ UInt64 | negate | ❌ | ✅ UInt64 | parse | ✅ | ❌ UInt64 | popcount | ❌ | ✅ UInt64 | power | ✅ | ✅ UInt64 | random | ✅ | ❌ UInt64 | shiftLeft | ❌ | ✅ UInt64 | shiftRight | ❌ | ✅ UInt64 | sqrt | ✅ | ❌ UInt64 | sub | ❌ | ✅ UInt64 | subtract | ✅ | ❌ UInt64 | sum | ✅ | ✅ UInt64 | toFloat | ✅ | ❌ UInt64 | toString | ✅ | ✅ UInt8 | ParseError | ✅ | ❌ UInt8 | absoluteValue | ❌ | ✅ UInt8 | add | ✅ | ✅ UInt8 | bitwiseAnd | ❌ | ✅ UInt8 | bitwiseNot | ❌ | ✅ UInt8 | bitwiseOr | ❌ | ✅ UInt8 | bitwiseXor | ❌ | ✅ UInt8 | clamp | ✅ | ✅ UInt8 | div | ❌ | ✅ UInt8 | divide | ✅ | ❌ UInt8 | fromInt128 | ✅ | ❌ UInt8 | fromInt16 | ✅ | ❌ UInt8 | fromInt32 | ✅ | ❌ UInt8 | fromInt64 | ✅ | ❌ UInt8 | fromInt8 | ✅ | ❌ UInt8 | fromUInt128 | ✅ | ❌ UInt8 | fromUInt16 | ✅ | ❌ UInt8 | fromUInt32 | ✅ | ❌ UInt8 | fromUInt64 | ✅ | ❌ UInt8 | greaterThan | ✅ | ✅ UInt8 | greaterThanOrEqualTo | ✅ | ✅ UInt8 | isEven | ❌ | ✅ UInt8 | isOdd | ❌ | ✅ UInt8 | lessThan | ✅ | ✅ UInt8 | lessThanOrEqualTo | ✅ | ✅ UInt8 | max | ✅ | ✅ UInt8 | min | ✅ | ✅ UInt8 | mod | ✅ | ✅ UInt8 | mul | ❌ | ✅ UInt8 | multiply | ✅ | ❌ UInt8 | negate | ❌ | ✅ UInt8 | parse | ✅ | ❌ UInt8 | popcount | ❌ | ✅ UInt8 | power | ✅ | ✅ UInt8 | random | ✅ | ❌ UInt8 | shiftLeft | ❌ | ✅ UInt8 | shiftRight | ❌ | ✅ UInt8 | sqrt | ✅ | ❌ UInt8 | sub | ❌ | ✅ UInt8 | subtract | ✅ | ❌ UInt8 | sum | ✅ | ✅ UInt8 | toFloat | ✅ | ❌ UInt8 | toString | ✅ | ✅ Uuid | ParseError | ✅ | ❌ Uuid | generate | ✅ | ✅ Uuid | parse | ✅ | ❌ Uuid | toString | ✅ | ❌ X509 | pemCertificatePublicKey | ✅ | ❌