// =============================================================================
// Copyright (c) 2025 - 2026 Haixing Hu.
//
// SPDX-License-Identifier: Apache-2.0
// =============================================================================
//! Borrowed scalar collection item.
/// A borrowed scalar item together with its index in the original source.
///
/// The value may be trimmed according to
/// [`crate::CollectionConversionOptions`], while the index always identifies
/// the raw item before empty-item filtering.