Skip to content

Fill with string #184

@henryiii

Description

@henryiii

For numerical values, you can use a single value or an array; but strings do not allow single values.

h.fill(0, ["hi"]) # Works
h.fill([0], ["hi"]) # Works
h.fill(0, "hi") # Fails

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions