Skip to content

show(::OffsetArrays.IdOffsetRange should show its type #121

@goretkin

Description

@goretkin
import OffsetArrays

julia> Base.OneTo(3)
Base.OneTo(3)

julia> Base.IdentityUnitRange(1:3)
Base.IdentityUnitRange(1:3)

julia> OffsetArrays.IdOffsetRange(1:3)
1:3

I think this might be misleading, as I mentioned in #120 (comment)

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