// Use this for initialization private void OnEnable() { instance = this; pd = GetComponent <Hv_AccoPlayer_AudioLib>(); voiceToUse = new int[16]; // store a seq track/voice value for each step loader = GetComponent <audioLoader>(); }
// same object reference Assert.True(seq.SequenceEqual(seq, equality));
: coll is ISeq seq?nth(seq, index) : throw new InvalidOperationException($"{nameof(Nth)} no supported on this type: {coll.GetType().FullName}");