Skip to content

implement object[Integer...] #150

Open
@stevengj

Description

@stevengj

Maybe make object[i,j,...] in Julia sugar for get(object, (i,j,...)), equivalent to object[i,j,...] in Python, for the common case of integer indexing (e.g. #149).

I would prefer to just make object[...] equivalent to object[...] in Python regardless of the index type, but then I wouldn't have a good syntax for Python's object.attribute (until some future Nirvana when dot overloading arrives in Julia).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions