mirror of https://github.com/openXC7/prjxray.git
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 <kc8apf@kc8apf.net> |
||
|---|---|---|
| .. | ||
| bitstream_reader.h | ||
| bitstream_writer.h | ||
| block_type.h | ||
| configuration.h | ||
| configuration_bus.h | ||
| configuration_column.h | ||
| configuration_packet.h | ||
| configuration_packetizer.h | ||
| configuration_register.h | ||
| frame_address.h | ||
| global_clock_region.h | ||
| part.h | ||
| row.h | ||