Files
prjxray/lib/include/prjxray
Rick Altherr b0604362e0 lib: xc7series: const all the Span<>s
Span<T> can be converted to a Span<const T> but the reverse is not true.
Since most of the uses of spans do not allow modification of the data,
taking a Span<const T> is more versatile and importantly allows them to
be used in const methods.

Signed-off-by: Rick Altherr <[email protected]>
2018-01-22 14:15:13 -08:00
..
2018-01-08 17:14:27 -08:00
2018-01-08 17:14:27 -08:00