Skip to content

Construct from MVector #57

@jariji

Description

@jariji

I have a StaticArrays.MVector and I want to make ShortString. Should this be possible?

julia> using StaticArrays, ShortStrings; ShortString(@MVector UInt8[1,2,3,4])
Error showing value of type ShortString{MVector{4, UInt8}}:
ERROR: DimensionMismatch("No precise constructor for MVector{4, UInt8} found. Length of input was 1.")

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