pub fn validate_array_length( expected: usize, actual: usize, strict: bool, ) -> ToonResult<()>
Validate that array length matches expected value (strict mode only).