Skip to content

Std.is and Map #3

@kevinresol

Description

@kevinresol

Map is an abstract so Std.is won't work on it, need to be fixed:

return macro if(!Std.is(value, Map)) throw tink.validation.Error.UnexpectedType(Map, value) else value;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions