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> |
||
|---|---|---|
| .. | ||
| include/prjxray | ||
| test_data | ||
| xilinx/xc7series | ||
| CMakeLists.txt | ||
| big_endian_span_test.cc | ||
| bit_ops_test.cc | ||
| database.cc | ||
| memory_mapped_file.cc | ||
| memory_mapped_file_test.cc | ||
| segbits_file_reader.cc | ||
| segbits_file_reader_test.cc | ||