linspace method

IntRange linspace(
  1. int stop, [
  2. int count = 50
])

Implementation

IntRange linspace(int stop, [int count = 50]) =>
    IntRange.linspace(this, stop, count);