Skip to content

Implement Reflect for the remaining Range types #5763

Closed
@ItsDoot

Description

@ItsDoot

What problem does this solve or what need does it fill?

We have a Reflect impl for Range presently, but there are other range types that aren't covered:

  • RangeInclusive (what I'm looking for presently)
  • RangeFrom
  • RangeTo
  • RangeToInclusive
  • RangeFull (probably not needed TBH, but listed for exhaustiveness)

What solution would you like?

Add Reflect impls for the types listed above.

What alternative(s) have you considered?

Use Range instead, however Range isn't always exactly correct for a given problem.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-ReflectionRuntime information about typesC-UsabilityA targeted quality-of-life change that makes Bevy easier to useD-TrivialNice and easy! A great choice to get started with Bevy

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions