Vixen
02b45cc4
csharp
public sealed class SequenceTypeSymbol

An iterable sequence of ElementType, produced by a range expression (1..10). It is what for (i in …) consumes alongside arrays; Phase 3 lowers it to a counted loop.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (4)

Methods (5)

  • public SequenceTypeSymbol(TypeSymbol elementType)
  • public override string ToDisplayString()
  • public bool Equals(SequenceTypeSymbol? other)
  • public override bool Equals(object? obj)
  • public override int GetHashCode()

Used by (2)

  • BinderVixen.Raven
  • TypeSystemTestsVixen.Raven.Tests