// Copyright © 2025 Apple Inc. #pragma once #include "mlx/small_vector.h" #include NAMESPACE_BEGIN(NB_NAMESPACE) NAMESPACE_BEGIN(detail) template struct type_caster> : list_caster, Type> {}; NAMESPACE_END(detail) NAMESPACE_END(NB_NAMESPACE)