Skip to content

hexatridecimal #21

@texastoland

Description

@texastoland

Porting the JS equivalent of:

var uid = n.toString(36)

Currently what's required is either unsafeCoerce 36 or:

let hexatridecimal = maybe hexadecimal (radix 36)
let uid = toStringAs hexatridecimal n

I don't think the trouble is lacking Radix 36 as much as radix returns Maybe instead of clamping.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions